Skip to content

Commit 23fe5da

Browse files
committed
bump version to 0.6.0
Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent cb369fd commit 23fe5da

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
in
9292
rustPlatform.buildRustPackage {
9393
pname = "framework_tool";
94-
version = "0.5.0";
94+
version = "0.6.0";
9595

9696
src = buildSrc;
9797

@@ -144,7 +144,7 @@
144144
in
145145
rustPlatformWindows.buildRustPackage {
146146
pname = "framework_tool";
147-
version = "0.5.0";
147+
version = "0.6.0";
148148

149149
src = buildSrc;
150150

@@ -194,7 +194,7 @@
194194
in
195195
rustPlatform.buildRustPackage {
196196
pname = "framework_uefi";
197-
version = "0.5.0";
197+
version = "0.6.0";
198198

199199
src = buildSrc;
200200

framework_uefi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "framework_uefi"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
description = "UEFI Tool to control Framework Computer systems"
55
homepage = "https://github.com/FrameworkComputer/framework-system"
66
repository = "https://github.com/FrameworkComputer/framework-system"

0 commit comments

Comments
 (0)