Skip to content

Commit dcf37de

Browse files
Merge pull request #120 from FrameworkComputer/prepare-v0.4.0
Bump version to 0.4.0
2 parents 5ba932e + 52343c0 commit dcf37de

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.3.0"
3+
version = "0.4.0"
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.3.0"
3+
version = "0.4.0"
44
edition = "2021"
55

66
[features]

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.3.0"
3+
version = "0.4.0"
44
edition = "2021"
55
# Minimum Supported Rust Version
66
rust-version = "1.74"

0 commit comments

Comments
 (0)