diff options
| author | Amanieu d'Antras <amanieu@gmail.com> | 2025-07-16 12:23:08 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-16 12:23:08 +0000 |
| commit | f694b583e6ffab5c1a2ebf7977ea937fdd15258a (patch) | |
| tree | ded024fbfc62c2b4171c4832b60a53f14bc1e92c /library/stdarch/crates | |
| parent | 9f4c6b2106c4b2bbe5de6b135963f6cfb846fc33 (diff) | |
| parent | 08ef07171754b6cdd0949395a225eab6ba7e6b48 (diff) | |
| download | rust-f694b583e6ffab5c1a2ebf7977ea937fdd15258a.tar.gz rust-f694b583e6ffab5c1a2ebf7977ea937fdd15258a.zip | |
Merge pull request #1875 from sayantn/sde-update
Bump CI versions
Diffstat (limited to 'library/stdarch/crates')
| -rw-r--r-- | library/stdarch/crates/intrinsic-test/src/arm/compile.rs | 6 | ||||
| -rw-r--r-- | library/stdarch/crates/stdarch-test/Cargo.toml | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/library/stdarch/crates/intrinsic-test/src/arm/compile.rs b/library/stdarch/crates/intrinsic-test/src/arm/compile.rs index 8276cd87c1c..79cd32dedc5 100644 --- a/library/stdarch/crates/intrinsic-test/src/arm/compile.rs +++ b/library/stdarch/crates/intrinsic-test/src/arm/compile.rs @@ -38,9 +38,9 @@ pub fn compile_c_arm( .set_include_paths(vec![ "/include", "/aarch64_be-none-linux-gnu/include", - "/aarch64_be-none-linux-gnu/include/c++/14.2.1", - "/aarch64_be-none-linux-gnu/include/c++/14.2.1/aarch64_be-none-linux-gnu", - "/aarch64_be-none-linux-gnu/include/c++/14.2.1/backward", + "/aarch64_be-none-linux-gnu/include/c++/14.3.1", + "/aarch64_be-none-linux-gnu/include/c++/14.3.1/aarch64_be-none-linux-gnu", + "/aarch64_be-none-linux-gnu/include/c++/14.3.1/backward", "/aarch64_be-none-linux-gnu/libc/usr/include", ]); } diff --git a/library/stdarch/crates/stdarch-test/Cargo.toml b/library/stdarch/crates/stdarch-test/Cargo.toml index e4791e4ec52..299bc8c63bf 100644 --- a/library/stdarch/crates/stdarch-test/Cargo.toml +++ b/library/stdarch/crates/stdarch-test/Cargo.toml @@ -20,7 +20,7 @@ cc = "1.0" # time, and we want to make updates to this explicit rather than automatically # picking up updates which might break CI with new instruction names. [target.'cfg(target_arch = "wasm32")'.dependencies] -wasmprinter = "=0.2.67" +wasmprinter = "=0.235" [features] default = [] |
