Skip to content

Commit 9a453d4

Browse files
committed
Update other patches
1 parent e1fa74b commit 9a453d4

File tree

2 files changed

+23
-27
lines changed

2 files changed

+23
-27
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
1-
From 966beefe08be6045bfcca26079b76a7a80413080 Mon Sep 17 00:00:00 2001
1+
From b2911e732d1bf0e28872495c4c47af1dad3c7911 Mon Sep 17 00:00:00 2001
22
From: None <[email protected]>
3-
Date: Thu, 28 Sep 2023 17:37:38 -0400
3+
Date: Thu, 27 Mar 2025 14:30:10 -0400
44
Subject: [PATCH] Disable libstd and libtest dylib
55

66
---
7-
library/std/Cargo.toml | 2 +-
8-
library/test/Cargo.toml | 2 +-
9-
2 files changed, 2 insertions(+), 2 deletions(-)
7+
library/std/Cargo.toml | 2 +-
8+
1 file changed, 1 insertion(+), 1 deletion(-)
109

1110
diff --git a/library/std/Cargo.toml b/library/std/Cargo.toml
12-
index 5b21355..cb0c49b 100644
11+
index 176da60..c183cdb 100644
1312
--- a/library/std/Cargo.toml
1413
+++ b/library/std/Cargo.toml
15-
@@ -9,7 +9,7 @@ description = "The Rust Standard Library"
16-
edition = "2021"
14+
@@ -10,7 +10,7 @@ edition = "2024"
15+
autobenches = false
1716

1817
[lib]
1918
-crate-type = ["dylib", "rlib"]
2019
+crate-type = ["rlib"]
2120

2221
[dependencies]
2322
alloc = { path = "../alloc", public = true }
23+
--
24+
2.49.0
25+
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,24 @@
1-
From 124a11ce086952a5794d5cfbaa45175809497b81 Mon Sep 17 00:00:00 2001
1+
From 1a8f6b8e39f343959d4d2e6b6957a6d780ac3fc0 Mon Sep 17 00:00:00 2001
22
From: None <[email protected]>
3-
Date: Sat, 18 Nov 2023 10:50:36 -0500
4-
Subject: [PATCH] [core] Disable portable-simd test
3+
Date: Thu, 27 Mar 2025 14:32:14 -0400
4+
Subject: [PATCH] Disable portable-simd test
55

66
---
7-
library/core/tests/lib.rs | 2 --
8-
1 file changed, 2 deletions(-)
7+
library/coretests/tests/lib.rs | 1 -
8+
1 file changed, 1 deletion(-)
99

10-
diff --git a/library/core/tests/lib.rs b/library/core/tests/lib.rs
11-
index b71786c..cf484d5 100644
12-
--- a/library/core/tests/lib.rs
13-
+++ b/library/core/tests/lib.rs
14-
@@ -87,7 +87,6 @@
15-
#![feature(numfmt)]
16-
#![feature(pattern)]
17-
#![feature(pointer_is_aligned_to)]
18-
-#![feature(portable_simd)]
19-
#![feature(ptr_metadata)]
20-
#![feature(slice_from_ptr_range)]
21-
#![feature(slice_internals)]
22-
@@ -155,7 +154,6 @@ mod pin;
10+
diff --git a/library/coretests/tests/lib.rs b/library/coretests/tests/lib.rs
11+
index 79022fe..9223b2f 100644
12+
--- a/library/coretests/tests/lib.rs
13+
+++ b/library/coretests/tests/lib.rs
14+
@@ -165,7 +165,6 @@ mod pin;
2315
mod pin_macro;
2416
mod ptr;
2517
mod result;
2618
-mod simd;
2719
mod slice;
2820
mod str;
2921
mod str_lossy;
30-
-- 2.45.2
22+
--
23+
2.49.0
24+

0 commit comments

Comments
 (0)