Add bstr to rustc-workspace-hack for rustfmt/cargo.
This commit is contained in:
parent
faa6461d55
commit
d296ea09d3
2 changed files with 2 additions and 0 deletions
|
@ -3571,6 +3571,7 @@ dependencies = [
|
||||||
name = "rustc-workspace-hack"
|
name = "rustc-workspace-hack"
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
"bstr",
|
||||||
"byteorder",
|
"byteorder",
|
||||||
"crossbeam-utils 0.8.3",
|
"crossbeam-utils 0.8.3",
|
||||||
"libc",
|
"libc",
|
||||||
|
|
|
@ -61,6 +61,7 @@ features = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
bstr = { version = "0.2.13", features = ["default"] }
|
||||||
byteorder = { version = "1", features = ['default', 'std'] }
|
byteorder = { version = "1", features = ['default', 'std'] }
|
||||||
curl-sys = { version = "0.4.13", features = ["http2", "libnghttp2-sys"], optional = true }
|
curl-sys = { version = "0.4.13", features = ["http2", "libnghttp2-sys"], optional = true }
|
||||||
crossbeam-utils = { version = "0.8.0", features = ["nightly"] }
|
crossbeam-utils = { version = "0.8.0", features = ["nightly"] }
|
||||||
|
|
Loading…
Add table
Reference in a new issue