Skip to content

Commit 6adacad

Browse files
fix(deps): update rust crate pyo3 to 0.27.0
1 parent 54c8ac0 commit 6adacad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description = "Python bindings for pink"
1313
[dependencies]
1414
codegen-sdk-analyzer = { workspace = true }
1515
codegen-sdk-resolution = { workspace = true }
16-
pyo3 = { version = "0.25.1", features = ["anyhow", "extension-module"] }
16+
pyo3 = { version = "0.27.0", features = ["anyhow", "extension-module"] }
1717
pyo3-log = "0.12.4"
1818
pyo3-bytes = "0.3.0"
1919
codegen-sdk-common = { workspace = true }

0 commit comments

Comments
 (0)