Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit f03a1aa

Browse files
pin chrono 0.4.24
1 parent 27b1ffa commit f03a1aa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
cargo update -p quote --precise "1.0.30" --verbose
3636
# The proc-macro2 crate switched to Rust edition 2021 starting with v1.0.66, i.e., has MSRV of 1.56
3737
cargo update -p proc-macro2 --precise "1.0.65" --verbose
38+
cargo update -p chrono --precise "0.4.24" --verbose
3839
- name: Cargo check
3940
run: cargo check --release
4041
- name: Check documentation

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ lightning-invoice = "0.25.0"
1313

1414
bitcoin = "0.29.0"
1515

16-
chrono = { version = "0.4.31", default-features = false, features = ["std", "serde"] }
16+
chrono = { version = "0.4", default-features = false, features = ["std", "serde"] }
1717
serde = { version = "1.0", default-features = false, features = ["derive", "alloc"] }
1818
serde_json = "1.0"

0 commit comments

Comments
 (0)