Skip to content

Commit 0272c7e

Browse files
committed
bump pyo3
1 parent 1973f01 commit 0272c7e

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

Cargo.lock

Lines changed: 10 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ crate-type = ["cdylib"]
1616
doc = false
1717

1818
[dependencies]
19-
pyo3 = { version = "0.25", features = ["extension-module"] }
19+
pyo3 = { version = "0.27", features = ["extension-module"] }
2020
ontoenv.workspace = true
2121
ontoenv-cli = { workspace = true, optional = true }
2222
anyhow.workspace = true
@@ -26,7 +26,7 @@ log.workspace = true
2626
rand.workspace = true
2727

2828
[build-dependencies]
29-
pyo3-build-config = "0.25"
29+
pyo3-build-config = "0.27"
3030

3131
[features]
3232
default = []

0 commit comments

Comments
 (0)