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 2086822 commit f1e25a5Copy full SHA for f1e25a5
Cargo.lock
@@ -2052,7 +2052,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2052
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
2053
dependencies = [
2054
"cfg-if",
2055
- "windows-targets 0.52.6",
+ "windows-targets 0.48.5",
2056
]
2057
2058
[[package]]
Cargo.toml
@@ -96,3 +96,4 @@ codegen-units = 1
96
97
[patch.crates-io]
98
rustix = { path = '../rustix' }
99
+libc = { path = '../libc' }
0 commit comments