Skip to content

Commit 4d944fd

Browse files
committed
chore: declare version for hedera-proto in hedera
Signed-off-by: Ryan Leckey <[email protected]>
1 parent 6481443 commit 4d944fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ed25519-dalek = { version = "1.0.1", features = ["rand"] }
3737
fraction = "0.11.0"
3838
futures-core = "0.3.21"
3939
futures-util = "0.3.21"
40-
hedera-proto = { path = "./protobufs", features = ["time_0_3", "fraction"] }
40+
hedera-proto = { path = "./protobufs", version = "0.4.0", features = ["time_0_3", "fraction"] }
4141
hex = "0.4.3"
4242
hmac = "0.12.1"
4343
itertools = "0.10.3"

0 commit comments

Comments
 (0)