forked from Rust-related/RustPython
Switched to system implementation of libffi and fixed minor lint errors
This commit is contained in:
@@ -18,7 +18,10 @@ thiserror = { workspace = true }
|
||||
cranelift = "0.88.0"
|
||||
cranelift-jit = "0.88.0"
|
||||
cranelift-module = "0.88.0"
|
||||
libffi = "3.1.0"
|
||||
|
||||
[dependencies.libffi]
|
||||
version = "3.1.0"
|
||||
features = ["system"]
|
||||
|
||||
[dev-dependencies]
|
||||
rustpython-derive = { path = "../derive", version = "0.3.1" }
|
||||
|
||||
Reference in New Issue
Block a user