We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1e25a5 commit e37cbc8Copy full SHA for e37cbc8
Cargo.toml
@@ -94,6 +94,6 @@ codegen-units = 1
94
# <https://github.com/rust-lang/cargo/issues/9330>
95
# lto = true
96
97
-[patch.crates-io]
98
-rustix = { path = '../rustix' }
99
-libc = { path = '../libc' }
+#[patch.crates-io]
+#rustix = { path = '../rustix' }
+#libc = { path = '../libc' }
0 commit comments