Skip to content

Commit e252f68

Browse files
committed
Update rust patch and config
1 parent 0169b27 commit e252f68

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

patches/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
changelog-seen = 2
1+
change-id = 102579
22
profile = "user"
33

44
[llvm]

patches/rust.patch

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ index d8739ee3824..759beb2d306 100644
8787

8888
pub fn setenv(_: &OsStr, _: &OsStr) -> io::Result<()> {
8989
diff --git a/library/std/src/sys/pal/zkvm/mod.rs b/library/std/src/sys/pal/zkvm/mod.rs
90-
index 62f0a2c7b1c..4f79f8c4961 100644
90+
index 7f221dc4fd9..ebdcb6abbdb 100644
9191
--- a/library/std/src/sys/pal/zkvm/mod.rs
9292
+++ b/library/std/src/sys/pal/zkvm/mod.rs
9393
@@ -12,8 +12,6 @@
@@ -99,4 +99,12 @@ index 62f0a2c7b1c..4f79f8c4961 100644
9999
pub mod env;
100100
#[path = "../unsupported/fs.rs"]
101101
pub mod fs;
102-
102+
@@ -24,8 +22,6 @@
103+
#[path = "../unsupported/once.rs"]
104+
pub mod once;
105+
pub mod os;
106+
-#[path = "../unix/os_str.rs"]
107+
-pub mod os_str;
108+
#[path = "../unix/path.rs"]
109+
pub mod path;
110+
#[path = "../unsupported/pipe.rs"]

0 commit comments

Comments
 (0)