We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5684bd4 commit e617832Copy full SHA for e617832
prost-build/Cargo.toml
@@ -19,7 +19,7 @@ heck = { version = ">=0.4, <=0.5" }
19
itertools = { version = ">=0.10, <=0.14", default-features = false, features = ["use_alloc"] }
20
log = "0.4.4"
21
multimap = { version = ">=0.8, <=0.10", default-features = false }
22
-petgraph = { version = "0.6", default-features = false }
+petgraph = { version = ">=0.6, <=0.7", default-features = false }
23
prost = { version = "0.13.4", path = "../prost", default-features = false }
24
prost-types = { version = "0.13.4", path = "../prost-types", default-features = false }
25
tempfile = "3"
0 commit comments