Skip to content

Commit

Permalink
Release: v0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RickyLB authored Dec 27, 2024
1 parent 606bf77 commit 66a079d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "Apache-2.0"
name = "hedera"
readme = "README.md"
repository = "https://github.com/hashgraph/hedera-sdk-rust"
version = "0.30.0"
version = "0.31.0"

[lib]
bench = false
Expand All @@ -29,7 +29,7 @@ futures-core = "0.3.21"
h2_03 = { package = "h2", version = "0.3.6" }
# Transitive dependency of tonic 0.12
h2 = "0.4.6"
hedera-proto = { path = "./protobufs", version = "0.14.0", features = [
hedera-proto = { path = "./protobufs", version = "0.15.0", features = [
"time_0_3",
"fraction",
] }
Expand Down
2 changes: 1 addition & 1 deletion protobufs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ license = "Apache-2.0"
name = "hedera-proto"
description = "Protobufs for the Hedera™ Hashgraph SDK"
repository = "https://github.com/hashgraph/hedera-sdk-rust"
version = "0.14.0"
version = "0.15.0"

[features]

Expand Down
2 changes: 1 addition & 1 deletion tck/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ async-trait = "0.1.77"
hyper = "0.14.20"
tower-http = { version = "0.5.2", features = ["full"] }
hedera = { path = "../." }
hedera-proto = { path = "../protobufs", version = "0.14.0", features = [
hedera-proto = { path = "../protobufs", version = "0.15.0", features = [
"time_0_3",
"fraction",
] }
Expand Down

0 comments on commit 66a079d

Please sign in to comment.