Skip to content

Commit 05f9e36

Browse files
authored
release: v0.32.0
* release: new protobuf crate version v0.16.0 Signed-off-by: Ricky Saechao <[email protected]> * release: v0.32.0 Signed-off-by: Ricky Saechao <[email protected]> --------- Signed-off-by: Ricky Saechao <[email protected]>
1 parent a244950 commit 05f9e36

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.31.0"
11+
version = "0.32.0"
1212

1313
[lib]
1414
bench = false
@@ -27,7 +27,7 @@ fraction = { version = "0.15.1", default-features = false }
2727
futures-core = "0.3.21"
2828
# Transitive dependency of tonic 0.12
2929
h2 = "0.4.6"
30-
hedera-proto = { path = "./protobufs", version = "0.15.0", features = [
30+
hedera-proto = { path = "./protobufs", version = "0.16.0", features = [
3131
"time_0_3",
3232
"fraction",
3333
] }

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.15.0"
7+
version = "0.16.0"
88

99
[features]
1010

tck/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ async-trait = "0.1.77"
1515
hyper = "0.14.20"
1616
tower-http = { version = "0.5.2", features = ["full"] }
1717
hedera = { path = "../." }
18-
hedera-proto = { path = "../protobufs", version = "0.15.0", features = [
18+
hedera-proto = { path = "../protobufs", version = "0.16.0", features = [
1919
"time_0_3",
2020
"fraction",
2121
] }

0 commit comments

Comments
 (0)