diff --git a/Cargo.lock b/Cargo.lock index 2c5e1759..96c5d1e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -380,7 +380,7 @@ dependencies = [ [[package]] name = "framework_lib" -version = "0.5.0" +version = "0.6.0" dependencies = [ "built", "clap", @@ -415,7 +415,7 @@ dependencies = [ [[package]] name = "framework_tool" -version = "0.5.0" +version = "0.6.0" dependencies = [ "embed-resource", "framework_lib", diff --git a/framework_lib/Cargo.toml b/framework_lib/Cargo.toml index bf5e27dc..4dbe4c3a 100644 --- a/framework_lib/Cargo.toml +++ b/framework_lib/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "framework_lib" -version = "0.5.0" +version = "0.6.0" description = "Library to control Framework Computer systems" homepage = "https://github.com/FrameworkComputer/framework-system" repository = "https://github.com/FrameworkComputer/framework-system" -readme = "README.md" +readme = "../README.md" license = "BSD-3-Clause" edition = "2021" # Minimum Supported Rust Version diff --git a/framework_lib/test_bins/README.md b/framework_lib/test_bins/README.md new file mode 100644 index 00000000..241903f1 --- /dev/null +++ b/framework_lib/test_bins/README.md @@ -0,0 +1,5 @@ +# Test Binaries + +The binaries in this folder are just for automated testing of the library code. +They may have been modified and do not represent the formal firmware binaries +for any version of any Framework Computer system. Do NOT flash them onto your system. diff --git a/framework_tool/Cargo.toml b/framework_tool/Cargo.toml index ceae8d9e..1fc667ee 100644 --- a/framework_tool/Cargo.toml +++ b/framework_tool/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "framework_tool" -version = "0.5.0" +version = "0.6.0" description = "Tool to control Framework Computer systems" homepage = "https://github.com/FrameworkComputer/framework-system" repository = "https://github.com/FrameworkComputer/framework-system" -readme = "README.md" +readme = "../README.md" license = "BSD-3-Clause" edition = "2021" diff --git a/framework_uefi/Cargo.toml b/framework_uefi/Cargo.toml index 68da0be8..8ec8698a 100644 --- a/framework_uefi/Cargo.toml +++ b/framework_uefi/Cargo.toml @@ -4,7 +4,7 @@ version = "0.6.0" description = "UEFI Tool to control Framework Computer systems" homepage = "https://github.com/FrameworkComputer/framework-system" repository = "https://github.com/FrameworkComputer/framework-system" -readme = "README.md" +readme = "../README.md" license = "BSD-3-Clause" edition = "2021" # Minimum Supported Rust Version