Skip to content

Commit b180db1

Browse files
committed
more bump to 0.6.0
Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent 23fe5da commit b180db1

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

framework_lib/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "framework_lib"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
description = "Library to control Framework Computer systems"
55
homepage = "https://github.com/FrameworkComputer/framework-system"
66
repository = "https://github.com/FrameworkComputer/framework-system"
7-
readme = "README.md"
7+
readme = "../README.md"
88
license = "BSD-3-Clause"
99
edition = "2021"
1010
# Minimum Supported Rust Version

framework_tool/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "framework_tool"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
description = "Tool to control Framework Computer systems"
55
homepage = "https://github.com/FrameworkComputer/framework-system"
66
repository = "https://github.com/FrameworkComputer/framework-system"
7-
readme = "README.md"
7+
readme = "../README.md"
88
license = "BSD-3-Clause"
99
edition = "2021"
1010

framework_uefi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.6.0"
44
description = "UEFI Tool to control Framework Computer systems"
55
homepage = "https://github.com/FrameworkComputer/framework-system"
66
repository = "https://github.com/FrameworkComputer/framework-system"
7-
readme = "README.md"
7+
readme = "../README.md"
88
license = "BSD-3-Clause"
99
edition = "2021"
1010
# Minimum Supported Rust Version

0 commit comments

Comments
 (0)