We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6481443 commit 4d944fdCopy full SHA for 4d944fd
sdk/rust/Cargo.toml
@@ -37,7 +37,7 @@ ed25519-dalek = { version = "1.0.1", features = ["rand"] }
37
fraction = "0.11.0"
38
futures-core = "0.3.21"
39
futures-util = "0.3.21"
40
-hedera-proto = { path = "./protobufs", features = ["time_0_3", "fraction"] }
+hedera-proto = { path = "./protobufs", version = "0.4.0", features = ["time_0_3", "fraction"] }
41
hex = "0.4.3"
42
hmac = "0.12.1"
43
itertools = "0.10.3"
0 commit comments