Skip to content

Commit e82dd82

Browse files
authored
Merge pull request #58 from light-curve/dependabot/cargo/light-curve/pyo3-0.15.2
Bump pyo3 from 0.15.1 to 0.15.2 in /light-curve
2 parents 1ce6471 + 1740810 commit e82dd82

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
### Changed
1515

1616
- Infrastructure: [cibuildweel](https://cibuildwheel.readthedocs.io/en/stable/) for package publishing
17+
- `pyo3` 0.15.1 -> 0.15.2
1718

1819
### Deprecated
1920

light-curve/Cargo.lock

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

light-curve/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ version = "0.4.1"
4848
default_features = false
4949

5050
[dependencies.pyo3]
51-
version = "~0.15.1"
51+
version = "~0.15.2"
5252
features = ["extension-module"]

0 commit comments

Comments
 (0)