Skip to content

Commit f3ab9e3

Browse files
Bump enumflags2 from 0.7.6 to 0.7.7 in /light-curve
Bumps [enumflags2](https://github.com/meithecatte/enumflags2) from 0.7.6 to 0.7.7. - [Release notes](https://github.com/meithecatte/enumflags2/releases) - [Commits](meithecatte/enumflags2@v0.7.6...v0.7.7) --- updated-dependencies: - dependency-name: enumflags2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b5034c6 commit f3ab9e3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

light-curve/Cargo.lock

Lines changed: 4 additions & 4 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
@@ -35,7 +35,7 @@ anyhow = "<1.0.49"
3535
const_format = "0.2.30"
3636
conv = "0.3.3"
3737
enum-iterator = "1.1.0,<1.2.0" # 1.2.0 requires MSRV 1.63
38-
enumflags2 = { version = "0.7.5", features = ["serde"] }
38+
enumflags2 = { version = "0.7.7", features = ["serde"] }
3939
itertools = "0.10.5"
4040
macro_const = "0.1.0"
4141
ndarray = { version = "0.15.3", features = ["rayon"] }

0 commit comments

Comments
 (0)