Skip to content

Commit

Permalink
feat: use chrono 0.4.22 explicitly because Date<Tz> is now deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
LeagueRaINi committed Nov 12, 2022
1 parent f5cecfd commit 671ebf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aida64-keys-gui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ aida64-keys-lib = { path = "../aida64-keys-lib" }
egui-datepicker = { git = "https://github.com/LeagueRaINi/egui-datepicker", branch = "month-control-button" }

eframe = "0.19"
chrono = "0.4"
chrono = "=0.4.22"
strum = "0.24"
clipboard = "0.5"
2 changes: 1 addition & 1 deletion aida64-keys-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"

[dependencies]
rand = "0.7"
chrono = "0.4"
chrono = "=0.4.22"
strum = "0.24"
strum_macros = "0.24"
thiserror = "1.0"

0 comments on commit 671ebf7

Please sign in to comment.