Skip to content

Commit 25cfeb0

Browse files
authored
Merge pull request #68 from light-curve/dependabot/cargo/light-curve/const_format-0.2.24
Bump const_format from 0.2.22 to 0.2.24 in /light-curve
2 parents fa6420f + d3db41e commit 25cfeb0

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
tags:
66
- v*
7+
workflow_dispatch:
78

89
jobs:
910
cibuildwheel:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
- `enumflags2` 0.7.4 -> 0.7.5
1919
- `rayon` 1.5.1 -> 1.5.2
2020
- `pyo3` 0.15.1 -> 0.15.2
21+
- `const_format` 0.2.22 -> 0.2.24
2122

2223
### Deprecated
2324

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
@@ -28,7 +28,7 @@ gsl = ["light-curve-feature/gsl"]
2828
# it is a dependency of intel-mkl-tool, we pin it to temporary solve
2929
# https://github.com/rust-math/intel-mkl-src/issues/68
3030
anyhow = "<1.0.49"
31-
const_format = "~0.2.17"
31+
const_format = "~0.2.24"
3232
conv = "~0.3.3"
3333
enumflags2 = "~0.7.5"
3434
itertools = "~0.10.1"

0 commit comments

Comments
 (0)