Skip to content

Commit 260bbd0

Browse files
committed
light-curve-feature 0.4.5->0.4.6
1 parent f2a133a commit 260bbd0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Changed
1515

16-
16+
- `light-curve-feature` 0.4.5 -> 0.4.6
1717

1818
### Deprecated
1919

@@ -25,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525

2626
### Fixed
2727

28-
28+
- Minimum supported Rust version 1.56 wasn't actually supported, `light-curve-feature` upgrade fixed it
2929

3030
### Security
3131

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
@@ -44,7 +44,7 @@ rayon = "~1.5.3"
4444
unzip3 = "1.0.0"
4545

4646
[dependencies.light-curve-feature]
47-
version = "0.4.5"
47+
version = "0.4.6"
4848
default_features = false
4949

5050
[dependencies.pyo3]

0 commit comments

Comments
 (0)