Skip to content

Commit 3fe1759

Browse files
committed
release(protobufs): 0.5.0
Signed-off-by: Ryan Leckey <[email protected]>
1 parent 3579d02 commit 3fe1759

File tree

3 files changed

+3
-3
lines changed

3 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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", version = "0.4.0", features = [
40+
hedera-proto = { path = "./protobufs", version = "0.5.0", features = [
4141
"time_0_3",
4242
"fraction",
4343
] }

sdk/rust/protobufs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ license = "Apache-2.0"
44
name = "hedera-proto"
55
description = "Protobufs for the Hedera™ Hashgraph SDK"
66
repository = "https://github.com/hashgraph/hedera-sdk-rust"
7-
version = "0.4.0"
7+
version = "0.5.0"
88

99
[features]
1010

0 commit comments

Comments
 (0)