Remove the rsix dependency in cranelift-native. (#3395)
Revert the part of 47490b4383 which
changed cranelift-native to use rsix. It's just one call, and this lets
Cranelift users that don't otherwise depend on rsix to avoid it.
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -696,7 +696,7 @@ name = "cranelift-native"
|
||||
version = "0.77.0"
|
||||
dependencies = [
|
||||
"cranelift-codegen",
|
||||
"rsix",
|
||||
"libc",
|
||||
"target-lexicon",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user