Skip to content

Commit

Permalink
chore: forces the protobuf version to be 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kerber0x authored Jan 25, 2024
2 parents 35dd827 + c59e36f commit 067ae80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cw20 = "1.0.1"
cw20-base = { version = "1.1.0", features = ["library"] }
cw-storage-plus = "1.1.0"
cw-utils = "1.0.1"
protobuf = { version = "3.2.0", features = ["with-bytes"] }
protobuf = { version = "=3.2.0", features = ["with-bytes"] }
schemars = "0.8.12"
semver = "1.0.12"
serde = { version = "1.0.145", default-features = false, features = ["derive"] }
Expand Down

0 comments on commit 067ae80

Please sign in to comment.