Skip to content

Commit b4c192e

Browse files
authored
Merge branch 'master' into dependabot/cargo/light-curve/thiserror-1.0.31
2 parents c43588b + d859b09 commit b4c192e

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
@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
- Infrastructure: [cibuildweel](https://cibuildwheel.readthedocs.io/en/stable/) for package publishing
1717
- `thiserror` 1.0.24 -> 1.0.31
18+
- `enumflags2` 0.7.4 -> 0.7.5
1819
- `rayon` 1.5.1 -> 1.5.2
1920
- `pyo3` 0.15.1 -> 0.15.2
2021

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)