Skip to content

Commit e37cbc8

Browse files
committed
fix
1 parent f1e25a5 commit e37cbc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,6 @@ codegen-units = 1
9494
# <https://github.com/rust-lang/cargo/issues/9330>
9595
# lto = true
9696

97-
[patch.crates-io]
98-
rustix = { path = '../rustix' }
99-
libc = { path = '../libc' }
97+
#[patch.crates-io]
98+
#rustix = { path = '../rustix' }
99+
#libc = { path = '../libc' }

0 commit comments

Comments
 (0)