Skip to content

Commit

Permalink
release: 0.20.2
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Leckey <[email protected]>
  • Loading branch information
mehcode committed Aug 22, 2023
1 parent 7f7ac64 commit 923609e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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.20.1"
version = "0.20.2"

[lib]
bench = false
Expand All @@ -25,7 +25,7 @@ backoff = "0.4.0"
ed25519-dalek = { version = "2.0.0", features = ["rand_core"] }
fraction = { version = "0.13.0", default-features = false }
futures-core = "0.3.21"
hedera-proto = { path = "./protobufs", version = "0.8.0", features = [
hedera-proto = { path = "./protobufs", version = "0.8.1", 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.8.0"
version = "0.8.1"

[features]

Expand Down

0 comments on commit 923609e

Please sign in to comment.