Unpin crossbeam-utils since they released fix

This commit is contained in:
David Tolnay 2020-10-24 12:18:42 -07:00
parent 8f0dbd5050
commit 301a74eae7
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -21,10 +21,6 @@ syn = { path = "..", features = ["derive", "parsing", "printing", "full"], defau
thiserror = "1.0"
toml = "0.5"
# work around https://github.com/crossbeam-rs/crossbeam/issues/435
# until https://github.com/BurntSushi/ripgrep/pull/1427 is released
crossbeam-utils = "=0.6.5"
[dependencies.rustfmt]
package = "rustfmt_lib"
git = "https://github.com/rust-lang-nursery/rustfmt"