mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
Add bstr to rustc-workspace-hack for rustfmt/cargo.
This commit is contained in:
parent
faa6461d55
commit
d296ea09d3
@ -3571,6 +3571,7 @@ dependencies = [
|
||||
name = "rustc-workspace-hack"
|
||||
version = "1.0.0"
|
||||
dependencies = [
|
||||
"bstr",
|
||||
"byteorder",
|
||||
"crossbeam-utils 0.8.3",
|
||||
"libc",
|
||||
|
@ -61,6 +61,7 @@ features = [
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
bstr = { version = "0.2.13", features = ["default"] }
|
||||
byteorder = { version = "1", features = ['default', 'std'] }
|
||||
curl-sys = { version = "0.4.13", features = ["http2", "libnghttp2-sys"], optional = true }
|
||||
crossbeam-utils = { version = "0.8.0", features = ["nightly"] }
|
||||
|
Loading…
Reference in New Issue
Block a user