Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions framework_lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 5 additions & 0 deletions framework_lib/test_bins/README.md
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 2 additions & 2 deletions framework_tool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
2 changes: 1 addition & 1 deletion framework_uefi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down