mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 12:37:49 +00:00
pin cc version. 1.0.62 fails with rust 1.32
This commit is contained in:
parent
a3f3a050a8
commit
1b9267644c
2 changed files with 49 additions and 47 deletions
|
@ -327,6 +327,7 @@ yes = { optional=true, version="0.0.1", package="uu_yes", path="src/uu/yes"
|
|||
pin_rustc-demangle = { version="0.1.16, < 0.1.17", package="rustc-demangle" } ## rust-demangle v0.1.17 has compiler errors for MinRustV v1.32.0, expects 1.33
|
||||
pin_same-file = { version="1.0.4, < 1.0.6", package="same-file" } ## same-file v1.0.6 has compiler errors for MinRustV v1.32.0, expects 1.34
|
||||
pin_winapi-util = { version="0.1.2, < 0.1.3", package="winapi-util" } ## winapi-util v0.1.3 has compiler errors for MinRustV v1.32.0, expects 1.34
|
||||
pin_cc = { version="1.0.61, < 1.0.62", package="cc" } ## cc v1.0.62 has compiler errors for MinRustV v1.32.0, expects 1.34
|
||||
|
||||
[dev-dependencies]
|
||||
conv = "0.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue