Skip to content

Commit d306c6c

Browse files
authored
fix: specify exact version in Cargo.toml (#40)
1 parent 5e84217 commit d306c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ rust-version = "1.60.0"
1111

1212
[dependencies]
1313
# Keep in sync with dev/proto-generate.sh
14-
protobuf = "3.0.2"
14+
protobuf = "=3.0.2"
1515

1616
[lib]
1717
name = "rust"

0 commit comments

Comments
 (0)