summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/vl-convert-python/libffi-sys-system-feature.patch
blob: bb86dd292cdb72dec9685551c32721e30c7c162b (plain)
1
2
3
4
5
6
7
8
9
10
diff --git a/vl-convert-python/Cargo.toml b/vl-convert-python/Cargo.toml
index 3d24fa4..25020db 100644
--- a/vl-convert-python/Cargo.toml
+++ b/vl-convert-python/Cargo.toml
@@ -22,3 +22,5 @@ lazy_static = { workspace = true }
 futures = { workspace = true }
 pythonize = { workspace = true }
 tokio = { workspace = true }
+
+libffi = { version = "3.2.0", features = ["system"] }