Skip to content

Commit

Permalink
Upgrade pytrustfall to pyo3 v0.20. (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi authored Oct 18, 2023
1 parent 751c600 commit 5de9db9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 20 deletions.
39 changes: 20 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pytrustfall/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
async-graphql-parser = { workspace = true }
async-graphql-value = { workspace = true }
pyo3 = { version = "0.17.2", features = ["extension-module"] }
pyo3 = { version = "0.20.0", features = ["extension-module"] }
trustfall_core = { path = "../trustfall_core" }

0 comments on commit 5de9db9

Please sign in to comment.