Skip to content

Commit 9a1facc

Browse files
committed
Add ppv-lite86 patch to disable simd
1 parent 126ef52 commit 9a1facc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

-2
Original file line numberDiff line numberDiff line change
@@ -2429,8 +2429,6 @@ dependencies = [
24292429
[[package]]
24302430
name = "ppv-lite86"
24312431
version = "0.2.8"
2432-
source = "registry+https://github.com/rust-lang/crates.io-index"
2433-
checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
24342432

24352433
[[package]]
24362434
name = "precomputed-hash"

Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ rustc-std-workspace-core = { path = 'src/tools/rustc-std-workspace-core' }
8383
rustc-std-workspace-alloc = { path = 'src/tools/rustc-std-workspace-alloc' }
8484
rustc-std-workspace-std = { path = 'src/tools/rustc-std-workspace-std' }
8585

86+
ppv-lite86 = { path = "../cg_clif/cryptocorrosion/utils-simd/ppv-lite86"}
87+
8688
[patch."https://github.com/rust-lang/rust-clippy"]
8789
clippy_lints = { path = "src/tools/clippy/clippy_lints" }
8890

0 commit comments

Comments
 (0)