Skip to content

Commit 6d4d9e6

Browse files
committed
chore: Release
1 parent 3cf4a07 commit 6d4d9e6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.

crates/bacli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ version = "0.2.0"
1010

1111
[dependencies]
1212
anyhow = "1.0.94"
13-
bitaxe_api = { version = "0.1.0", path = "../bitaxe_api", features = ["clap"] }
13+
bitaxe_api = { version = "0.2.0", path = "../bitaxe_api", features = ["clap"] }
1414
clap = { version = "4.5.22", features = ["derive"] }
1515
comfy-table = "7.1.3"
1616
config = { version = "0.14.1", default-features = false, features = [

crates/bitaxe_api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ homepage = "https://github.com/w3ird-tech/bacli"
66
license = " AGPL-3.0-only"
77
name = "bitaxe_api"
88
repository = "https://github.com/w3ird-tech/bacli"
9-
version = "0.1.0"
9+
version = "0.2.0"
1010

1111
[dependencies]
1212
clap = { version = "4.5.23", optional = true }

0 commit comments

Comments
 (0)