Skip to content

Commit f512f02

Browse files
committed
release(rust): 0.6.0
Signed-off-by: Ryan Leckey <[email protected]>
1 parent 662abf6 commit f512f02

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sdk/rust/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.

sdk/rust/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "Apache-2.0"
88
name = "hedera"
99
readme = "../../README.md"
1010
repository = "https://github.com/hashgraph/hedera-sdk-rust"
11-
version = "0.4.0"
11+
version = "0.6.0"
1212

1313
[lib]
1414
bench = false
@@ -37,7 +37,7 @@ ed25519-dalek = { version = "1.0.1", features = ["rand"] }
3737
fraction = "0.11.0"
3838
futures-core = "0.3.21"
3939
futures-util = "0.3.21"
40-
hedera-proto = { path = "./protobufs", features = ["time_0_3", "fraction"] }
40+
hedera-proto = { path = "./protobufs", version = "0.4.0", features = ["time_0_3", "fraction"] }
4141
hex = "0.4.3"
4242
hmac = "0.12.1"
4343
itertools = "0.10.3"

0 commit comments

Comments
 (0)