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 33c245b commit a206f76Copy full SHA for a206f76
Cargo.toml
@@ -93,3 +93,6 @@ codegen-units = 1
93
# FIXME: LTO cannot be enabled for binaries in a workspace
94
# <https://github.com/rust-lang/cargo/issues/9330>
95
# lto = true
96
+
97
+[patch.crates-io]
98
+rustix = { path = '../rustix' }
0 commit comments