Switched to system implementation of libffi and fixed minor lint errors

This commit is contained in:
James Clarke
2024-06-30 13:29:04 +01:00
parent 18d31f2d5b
commit 1bd143027a
3 changed files with 6 additions and 3 deletions

View File

@@ -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" }