mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-04 05:17:37 +03:00
Unpin deranged
This commit is contained in:
parent
da15a2f9c1
commit
c45e3a6b80
2 changed files with 4 additions and 8 deletions
|
@ -40,9 +40,6 @@ toolchain_find = "0.4"
|
|||
[target.'cfg(all(windows, not(target_vendor = "uwp")))'.dependencies]
|
||||
windows-sys = { version = "0.59", features = ["Win32_Foundation", "Win32_System_Com", "Win32_UI_Shell"] }
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
deranged = "=0.4.0" # https://github.com/jhpratt/deranged/issues/18
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue