1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

Also pin thread_local to version 1.1.0

This commit is contained in:
Sylvestre Ledru 2021-02-01 23:32:38 +01:00
parent f0b302d716
commit dc53b9bbf3
2 changed files with 92 additions and 65 deletions

View file

@ -331,6 +331,7 @@ pin_rustc-demangle = { version="0.1.16, < 0.1.17", package="rustc-demangle" } ##
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_byteorder = { version="1.3.4, < 1.4.0", package="byteorder" } ## byteorder v1.4 has compiler errors for MinRustV v1.32.0, requires 1.3 (for `use of unstable library feature 'try_from' (see issue #33417)`)
pin_thread_local = { version="1.1.0, < 1.1.1", package="thread_local" } ## thread_local v1.1.2 has compiler errors for MinRustV v1.32.0, requires 1.36 (for `use of unstable library feature 'maybe_uninit'`)
[dev-dependencies]
conv = "0.3"