Skip to content

Commit

Permalink
fix chrono pin
Browse files Browse the repository at this point in the history
  • Loading branch information
trevyn committed Sep 7, 2023
1 parent 8f8db56 commit 0583089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracked-impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ syn = {version = "2", features = ["full", "visit-mut"]}
log = "=0.4.18" # 0.4.19 is MSRV 1.60
tokio = "=1.29" # 1.30 is MSRV 1.63
h2 = "=0.3.20" # 0.3.21 is MSRV 1.63
chrono = "=0.4.28" # 0.4.29 is MSRV 1.57
chrono = "=0.4.26" # 0.4.27 is MSRV 1.57
todo-or-die = {version = "0.1", features = ["github"]}

0 comments on commit 0583089

Please sign in to comment.