Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Schaefer <[email protected]>
  • Loading branch information
JohnAZoidberg committed Dec 13, 2024
1 parent fb43228 commit 38eedeb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion framework_lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "framework_lib"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
rust-version = "1.61"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion framework_tool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "framework_tool"
version = "0.1.0"
version = "0.2.0"
edition = "2021"

[features]
Expand Down
2 changes: 1 addition & 1 deletion framework_uefi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "framework_uefi"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
rust-version = "1.68"

Expand Down

0 comments on commit 38eedeb

Please sign in to comment.