Skip to content

Commit 4655b6f

Browse files
committed
Bump to 0.6.1
Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent a831c72 commit 4655b6f

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
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.6.0";
94+
version = "0.6.1";
9595

9696
src = buildSrc;
9797

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

149149
src = buildSrc;
150150

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

199199
src = buildSrc;
200200

framework_lib/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_lib"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
description = "Library to control Framework Computer systems"
55
homepage = "https://github.com/FrameworkComputer/framework-system"
66
repository = "https://github.com/FrameworkComputer/framework-system"

framework_tool/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_tool"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
description = "Tool to control Framework Computer systems"
55
homepage = "https://github.com/FrameworkComputer/framework-system"
66
repository = "https://github.com/FrameworkComputer/framework-system"

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.6.0"
3+
version = "0.6.1"
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)