Skip to content

Commit 6f2713d

Browse files
committed
bump to 0.6.2
Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent ab02abf commit 6f2713d

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
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.1";
94+
version = "0.6.2";
9595

9696
src = buildSrc;
9797

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

149149
src = buildSrc;
150150

@@ -194,7 +194,7 @@
194194
in
195195
rustPlatform.buildRustPackage {
196196
pname = "framework_uefi";
197-
version = "0.6.1";
197+
version = "0.6.2";
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.1"
3+
version = "0.6.2"
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "framework_tool"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
description = "Tool to control Framework Computer systems"
55
homepage = "https://github.com/FrameworkComputer/framework-system"
66
repository = "https://github.com/FrameworkComputer/framework-system"
@@ -19,7 +19,7 @@ nvidia = [ "framework_lib/nvidia" ]
1919

2020
[dependencies.framework_lib]
2121
path = "../framework_lib"
22-
version = "0.6.1"
22+
version = "0.6.2"
2323

2424
[build-dependencies]
2525
static_vcruntime = "3.0"

framework_uefi/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "framework_uefi"
3-
version = "0.6.1"
3+
version = "0.6.2"
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"
@@ -24,6 +24,6 @@ log = { version = "0.4", default-features = true }
2424

2525
[dependencies.framework_lib]
2626
path = "../framework_lib"
27-
version = "0.6.1"
27+
version = "0.6.2"
2828
features = ["uefi"]
2929
default-features = false

0 commit comments

Comments
 (0)