Skip to content

Commit e5fb879

Browse files
Bump pyo3 from 0.24.1 to 0.24.2 in /pymoors
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.24.1 to 0.24.2. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.24.1...v0.24.2) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.24.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e45eb4d commit e5fb879

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

pymoors/Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pymoors/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ crate-type = ["cdylib", "rlib"]
1111
python-source = "python"
1212

1313
[dependencies]
14-
pyo3 = { version = "0.24.1", features = ["multiple-pymethods"]}
14+
pyo3 = { version = "0.24.2", features = ["multiple-pymethods"]}
1515
numpy = "0.24.0"
1616
rand = "0.9.0"
1717
rand_distr = "0.5.1"

0 commit comments

Comments
 (0)