Skip to content

Commit

Permalink
Update to pyo3 19.1 (latest as of now)
Browse files Browse the repository at this point in the history
  • Loading branch information
Corey committed Jul 19, 2023
1 parent 6055900 commit 76aee8b
Show file tree
Hide file tree
Showing 8 changed files with 100 additions and 102 deletions.
2 changes: 1 addition & 1 deletion rust/origen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ git2 = "0.13"
num-bigint = {version = "0.4.0", features = ["serde"]}
# Enabling this feature stops the CLI from depending on libpython. PYO3 is only included
# in origen to enable conversion of an Origen error to a PyErr.
pyo3 = {version = "0.18.3", features = ["extension-module", "auto-initialize"]}
pyo3 = {version = "0.19.1", features = ["extension-module", "auto-initialize"]}
chrono = "0.4.11"
origen-core-support = { version = "0.1.0-dev.1", path = "./origen-core-support" }
whoami = "0.8" # TODO
Expand Down
2 changes: 1 addition & 1 deletion rust/origen_metal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ time = "0.1"
termcolor = "1"
regex = "1"
tempfile = "3"
pyo3 = {version = "0.18.0", features = ["extension-module"]}
pyo3 = {version = "0.19.1", features = ["extension-module"]}
serde = {version = "1.0", features = ["derive"]}
toml = "0.5"
git2 = "0.13"
Expand Down
Loading

0 comments on commit 76aee8b

Please sign in to comment.