Skip to content

Commit

Permalink
update pyO3 to 0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
matzemathics committed Oct 20, 2023
1 parent 98d47a5 commit bbaa93a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
33 changes: 17 additions & 16 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 nemo-python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ name = "nmo_python"
crate-type = ["cdylib"]

[dependencies]
pyo3 = { version = "0.19", features = [ "extension-module" ] }
pyo3 = { version = "0.20", features = [ "extension-module" ] }
nemo = { path = "../nemo" }

0 comments on commit bbaa93a

Please sign in to comment.