File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -133,8 +133,8 @@ pub(crate) static REGEX: CargoProject = CargoProject::new(®EX_REPO.source_dir
133
133
pub ( crate ) static PORTABLE_SIMD_REPO : GitRepo = GitRepo :: github (
134
134
"rust-lang" ,
135
135
"portable-simd" ,
136
- "f505736e45e256efcb36bf85b7f920ccef320435 " ,
137
- "b012e6b58fa0f78d " ,
136
+ "5794c837bc605c4cd9dbb884285976dfdb293cce " ,
137
+ "a64d8fdd0ed0d9c4 " ,
138
138
"portable-simd" ,
139
139
) ;
140
140
Original file line number Diff line number Diff line change @@ -150,9 +150,9 @@ dependencies = [
150
150
151
151
[[package ]]
152
152
name = " hermit-abi"
153
- version = " 0.3.3 "
153
+ version = " 0.3.9 "
154
154
source = " registry+https://github.com/rust-lang/crates.io-index"
155
- checksum = " d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7 "
155
+ checksum = " d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024 "
156
156
dependencies = [
157
157
" compiler_builtins" ,
158
158
" rustc-std-workspace-alloc" ,
Original file line number Diff line number Diff line change 1
1
[toolchain]
2
- channel = "nightly-2024-02-20 "
2
+ channel = "nightly-2024-03-08 "
3
3
components = ["rust-src", "rustc-dev", "llvm-tools"]
You can’t perform that action at this time.
0 commit comments