Skip to content

Commit 93a9102

Browse files
committed
Rustup to rustc 1.87.0-nightly (43a2e9d 2025-03-17)
1 parent e69d216 commit 93a9102

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

patches/coretests-lock.toml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ version = "0.0.0"
88
dependencies = [
99
"rand",
1010
"rand_xorshift",
11+
"regex",
1112
]
1213

1314
[[package]]
@@ -56,6 +57,31 @@ dependencies = [
5657
"rand_core",
5758
]
5859

60+
[[package]]
61+
name = "regex"
62+
version = "1.11.1"
63+
source = "registry+https://github.com/rust-lang/crates.io-index"
64+
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
65+
dependencies = [
66+
"regex-automata",
67+
"regex-syntax",
68+
]
69+
70+
[[package]]
71+
name = "regex-automata"
72+
version = "0.4.9"
73+
source = "registry+https://github.com/rust-lang/crates.io-index"
74+
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
75+
dependencies = [
76+
"regex-syntax",
77+
]
78+
79+
[[package]]
80+
name = "regex-syntax"
81+
version = "0.8.5"
82+
source = "registry+https://github.com/rust-lang/crates.io-index"
83+
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
84+
5985
[[package]]
6086
name = "syn"
6187
version = "2.0.98"

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "nightly-2025-03-12"
2+
channel = "nightly-2025-03-18"
33
components = ["rust-src", "rustc-dev", "llvm-tools"]
44
profile = "minimal"

0 commit comments

Comments
 (0)