Skip to content

Commit 1cc7139

Browse files
committed
add regex to rustc-workspace-hack
1 parent 9fe6c19 commit 1cc7139

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Cargo.lock

+1
Original file line numberDiff line numberDiff line change
@@ -3480,6 +3480,7 @@ dependencies = [
34803480
"proc-macro2",
34813481
"quote",
34823482
"rand_core 0.5.1",
3483+
"regex",
34833484
"serde",
34843485
"serde_json",
34853486
"smallvec",

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

+2
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ crossbeam-utils = { version = "0.8.0", features = ["nightly"] }
7979
libc = { version = "0.2.79", features = ["align"] }
8080
# Ensure default features of libz-sys, which are disabled in some scenarios.
8181
libz-sys = { version = "1.1.2" }
82+
# same for regex
83+
regex = { version = "1.5.5" }
8284
proc-macro2 = { version = "1", features = ["default"] }
8385
quote = { version = "1", features = ["default"] }
8486
rand_core_0_5 = { package = "rand_core", version = "0.5.1", features = ["getrandom", "alloc", "std"] }

0 commit comments

Comments
 (0)