Skip to content

Commit 5263617

Browse files
Merge pull request #133 from FrameworkComputer/bump-v0.4.1
Bump version to 0.4.1
2 parents 9c87a41 + e1e57c9 commit 5263617

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

framework_lib/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "framework_lib"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
edition = "2021"
55
# Minimum Supported Rust Version
66
# Ubuntu 24.04 LTS ships 1.75

framework_tool/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "framework_tool"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
edition = "2021"
55

66
[dependencies.framework_lib]

framework_uefi/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "framework_uefi"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
edition = "2021"
55
# Minimum Supported Rust Version
66
rust-version = "1.74"

0 commit comments

Comments
 (0)