Skip to content

Commit 2451930

Browse files
authored
release: v0.29.0
1 parent b2c8688 commit 2451930

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.28.0"
11+
version = "0.29.0"
1212

1313
[lib]
1414
bench = false
@@ -29,7 +29,7 @@ futures-core = "0.3.21"
2929
h2_03 = { package = "h2", version = "0.3.6" }
3030
# Transitive dependency of tonic 0.12
3131
h2 = "0.4.6"
32-
hedera-proto = { path = "./protobufs", version = "0.13.0", features = [
32+
hedera-proto = { path = "./protobufs", version = "0.14.0", features = [
3333
"time_0_3",
3434
"fraction",
3535
] }

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.13.0"
7+
version = "0.14.0"
88

99
[features]
1010

0 commit comments

Comments
 (0)