We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf72bd commit a91a376Copy full SHA for a91a376
cargo-martian/Cargo.toml
@@ -12,4 +12,4 @@ docopt = "1.0"
12
serde = { version = "1.0", features = ['derive'] }
13
serde_json = "1.0"
14
strfmt = ">=0.1.6, <0.3"
15
-heck = "0.5"
+heck = ">=0.4, <0.6"
martian/Cargo.toml
@@ -13,7 +13,7 @@ license = "MIT"
anyhow = { version = "1", features = ["backtrace"] }
backtrace = "0.3"
fern = ">=0.5, <0.7"
16
17
log = "0.4"
18
rayon = { version = "1", optional = true }
19
rustc_version = ">=0.3, <0.5"
0 commit comments