Summary
We're pleased to announce a new release of reclass-rs.
This release doesn't introduce new functionality, but updates a number of dependencies. Notably, the pyo3 dependency is updated to 0.22 and the reclass-rs code has been updated to use the new pyo3 Bound
type when creating Python objects from Rust.
Changes
12 changes since v0.4.0
🛠️ Minor Changes
- Update pyo3 to v0.22 and update code to use pyo3
Bound
types (#123)
🔗 Dependency Updates
- Update Rust crate walkdir to 2.5.0 (#110)
- Update Rust crate indexmap to 2.2.6 (#119)
- Update Rust crate regex to 1.10.4 (#120)
- Update Rust crate rayon to 1.10.0 (#121)
- Update Rust crate serde_yaml to 0.9.34 (#122)
- Update Rust crate yaml-merge-keys to 0.7.0 (#125)
- Update Rust crate anyhow to 1.0.82 (#127)
- Update Rust crate chrono to 0.4.38 (#129)
- Update Rust crate serde_json to 1.0.116 (#130)
- Update Rust crate serde to 1.0.200 (#134)
- Update Rust crate pyo3 to v0.22.4 (#137)