Unpin deranged

This commit is contained in:
David Tolnay 2025-03-24 15:08:03 -07:00
parent da15a2f9c1
commit c45e3a6b80
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
2 changed files with 4 additions and 8 deletions

View file

@ -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"]