From ecdb73e4bc956c81a8407c40f0aaff1428781cc4 Mon Sep 17 00:00:00 2001 From: Daniel Schaefer Date: Mon, 9 Mar 2026 10:01:21 +0800 Subject: [PATCH 1/2] more bump to 0.6.0 Signed-off-by: Daniel Schaefer --- Cargo.lock | 4 ++-- framework_lib/Cargo.toml | 4 ++-- framework_tool/Cargo.toml | 4 ++-- framework_uefi/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) 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_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 From bff29927945d693e0d8653ff100867227bfc5275 Mon Sep 17 00:00:00 2001 From: Daniel Schaefer Date: Mon, 9 Mar 2026 10:04:57 +0800 Subject: [PATCH 2/2] test_bins: Add README Signed-off-by: Daniel Schaefer --- framework_lib/test_bins/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 framework_lib/test_bins/README.md 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.