Fix patches
This commit is contained in:
parent
f6e16e95df
commit
c3d5b7fe3b
@ -39,6 +39,4 @@ index 42a26ae..5ac1042 100644
|
|||||||
+#![cfg(test)]
|
+#![cfg(test)]
|
||||||
#![feature(alloc_layout_extra)]
|
#![feature(alloc_layout_extra)]
|
||||||
#![feature(array_chunks)]
|
#![feature(array_chunks)]
|
||||||
#![feature(array_methods)]
|
#![feature(array_windows)]
|
||||||
--
|
|
||||||
2.21.0 (Apple Git-122)
|
|
||||||
|
@ -21,19 +21,3 @@ index 5b21355..cb0c49b 100644
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
alloc = { path = "../alloc", public = true }
|
alloc = { path = "../alloc", public = true }
|
||||||
diff --git a/library/test/Cargo.toml b/library/test/Cargo.toml
|
|
||||||
index 91a1abd..a58c160 100644
|
|
||||||
--- a/library/test/Cargo.toml
|
|
||||||
+++ b/library/test/Cargo.toml
|
|
||||||
@@ -4,7 +4,7 @@ version = "0.0.0"
|
|
||||||
edition = "2021"
|
|
||||||
|
|
||||||
[lib]
|
|
||||||
-crate-type = ["dylib", "rlib"]
|
|
||||||
+crate-type = ["rlib"]
|
|
||||||
|
|
||||||
[dependencies]
|
|
||||||
getopts = { version = "0.2.21", features = ['rustc-dep-of-std'] }
|
|
||||||
--
|
|
||||||
2.42.0
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user