From c59e36fe8d5aed2b930ee447b7b01855a58afaed Mon Sep 17 00:00:00 2001 From: Kerber0x Date: Thu, 25 Jan 2024 16:55:51 +0000 Subject: [PATCH] chore: forces the protobuff version to be 3.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5d2dbe1e..b0a5369b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }