Skip to content

Commit d859b09

Browse files
authored
Merge pull request #59 from light-curve/dependabot/cargo/light-curve/enumflags2-0.7.5
Bump enumflags2 from 0.7.4 to 0.7.5 in /light-curve
2 parents 504496d + 4a56a6d commit d859b09

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
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+
- `enumflags2` 0.7.4 -> 0.7.5
1718
- `rayon` 1.5.1 -> 1.5.2
1819
- `pyo3` 0.15.1 -> 0.15.2
1920

light-curve/Cargo.lock

Lines changed: 2 additions & 2 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
@@ -30,7 +30,7 @@ gsl = ["light-curve-feature/gsl"]
3030
anyhow = "<1.0.49"
3131
const_format = "~0.2.17"
3232
conv = "~0.3.3"
33-
enumflags2 = "~0.7.4"
33+
enumflags2 = "~0.7.5"
3434
itertools = "~0.10.1"
3535
light-curve-dmdt = "0.5.0"
3636
ndarray = { version = "~0.15.3", features = ["rayon"] }

0 commit comments

Comments
 (0)