Skip to content

Commit

Permalink
Upgrade 'Rust' dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lycantropos committed Jul 4, 2023
1 parent 501fb1c commit 6c9f226
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ name = "rithm"
crate-type = ["cdylib", "rlib"]

[dependencies.pyo3]
version = "^0.19.0"
version = "^0.19.1"
features = ["extension-module"]

[dependencies.pyo3-ffi]
version = "^0.19.0"
version = "^0.19.1"
features = ["extension-module"]

[dependencies.traiter]
version = "^3.1.0"
features = ["numbers", "std"]

[build-dependencies]
pyo3-build-config = "^0.19.0"
pyo3-build-config = "^0.19.1"

0 comments on commit 6c9f226

Please sign in to comment.