Skip to content

Commit 5a61e6e

Browse files
committed
misc(ci): fix dependencies
1 parent d1730d4 commit 5a61e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ name = "mtc_token_healing"
1515
crate-type = ["cdylib"]
1616

1717
[dependencies]
18-
mtc-token-healing = { version = "0.2", path = "..", features = ["pyo3"] }
18+
mtc-token-healing = { version = "0.2.2-dev", path = "..", features = ["pyo3"] }
1919
pyo3 = { version = "0.25.0", features = ["extension-module", "generate-import-lib", "abi3-py310"] }

0 commit comments

Comments
 (0)