Skip to content

Commit 4b3c2e0

Browse files
committed
Collapse union types into table variables
Update to PyO3 0.26
1 parent ae936e2 commit 4b3c2e0

File tree

9 files changed

+177
-252
lines changed

9 files changed

+177
-252
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ all = "warn"
1818
crate-type = ["cdylib"]
1919

2020
[dependencies]
21-
pyo3 = "0.25.0"
21+
pyo3 = "0.26.0"
2222
planus = { git = "https://github.com/swz-git/planus", rev = "a0b1fbf" }
2323

2424
[build-dependencies]

0 commit comments

Comments
 (0)