Skip to content

Commit d296ea0

Browse files
committed
Add bstr to rustc-workspace-hack for rustfmt/cargo.
1 parent faa6461 commit d296ea0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Cargo.lock

+1
Original file line numberDiff line numberDiff line change
@@ -3571,6 +3571,7 @@ dependencies = [
35713571
name = "rustc-workspace-hack"
35723572
version = "1.0.0"
35733573
dependencies = [
3574+
"bstr",
35743575
"byteorder",
35753576
"crossbeam-utils 0.8.3",
35763577
"libc",

src/tools/rustc-workspace-hack/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ features = [
6161
]
6262

6363
[dependencies]
64+
bstr = { version = "0.2.13", features = ["default"] }
6465
byteorder = { version = "1", features = ['default', 'std'] }
6566
curl-sys = { version = "0.4.13", features = ["http2", "libnghttp2-sys"], optional = true }
6667
crossbeam-utils = { version = "0.8.0", features = ["nightly"] }

0 commit comments

Comments
 (0)