Skip to content

Commit

Permalink
release: 0.12.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Leckey <[email protected]>
  • Loading branch information
mehcode committed Mar 21, 2023
1 parent a09d2e5 commit 1c6d8fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions sdk/rust/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 sdk/rust/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.11.0"
version = "0.12.0"

[lib]
bench = false
Expand Down Expand Up @@ -37,7 +37,7 @@ ed25519-dalek = { version = "2.0.0-pre.0", features = ["rand_core"] }
fraction = { version = "0.11.0", default-features = false }
futures-core = "0.3.21"
futures-util = "0.3.21"
hedera-proto = { path = "./protobufs", version = "0.5.1", features = [
hedera-proto = { path = "./protobufs", version = "0.6.0", features = [
"time_0_3",
"fraction",
] }
Expand Down
2 changes: 1 addition & 1 deletion sdk/rust/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.5.1"
version = "0.6.0"

[features]

Expand Down

0 comments on commit 1c6d8fa

Please sign in to comment.