mirror of
https://gitee.com/openharmony/third_party_rust_syn
synced 2024-11-23 16:00:10 +00:00
Unpin crossbeam-utils since they released fix
This commit is contained in:
parent
8f0dbd5050
commit
301a74eae7
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user