Skip to content

Commit 61e9dcc

Browse files
authored
fix: Update pyo3 to 0.26 (#620)
1 parent 3a4771b commit 61e9dcc

File tree

2 files changed

+13
-15
lines changed

2 files changed

+13
-15
lines changed

Cargo.lock

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

common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ features = ["schemars", "serde"]
1616

1717
[dependencies]
1818
enumn = { version = "0.1.6", optional = true }
19-
pyo3 = { version = "0.24", optional = true }
19+
pyo3 = { version = "0.26", optional = true }
2020
schemars = { version = "0.8.7", optional = true }
2121
serde = { version = "1.0", default-features = false, features = ["alloc", "derive"], optional = true }
2222

0 commit comments

Comments
 (0)