We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 202c756 commit 15f51b0Copy full SHA for 15f51b0
crates/shim-protos/Cargo.toml
@@ -49,7 +49,9 @@ required-features = ["async"]
49
50
[dependencies]
51
async-trait = { workspace = true, optional = true }
52
-protobuf = "=3.5"
+# protobuf 3.5 introduces a breaking change: https://github.com/containerd/rust-extensions/issues/295
53
+# pinning to <3.5.0 until we can update the generated code
54
+protobuf = ">= 3.0, <3.5.0"
55
ttrpc = "0.8.2"
56
57
[build-dependencies]
0 commit comments