Skip to content

Commit f96afc0

Browse files
committed
python: build in-tree version
1 parent cc07461 commit f96afc0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

bindings/python/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ name = "jail_python"
1111
crate-type = ["cdylib"]
1212

1313
[dependencies]
14-
jail = "^0"
1514
rctl = "^0"
1615

16+
[dependencies.jail]
17+
path = "../../"
18+
1719
[dependencies.pyo3]
1820
version = "0.2"
1921
features = ["extension-module"]

0 commit comments

Comments
 (0)