-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update chrono and replace Duration with TimeDelta
Updated chrono to v0.4.34 and renamed Duration to TimeDelta (renamed in the newest version of chrono)
- Loading branch information
1 parent
f3b8feb
commit 8eeee81
Showing
3 changed files
with
30 additions
and
30 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
[package] | ||
name = "randevu" | ||
version = "1.0.1" | ||
version = "1.0.2" | ||
authors = ["TypicalHog"] | ||
edition = "2021" | ||
description = "The official Rust implementation of the RANDEVU algorithm" | ||
readme = "README.md" | ||
repository = "https://github.com/TypicalHog/randevu" | ||
license = "Unlicense OR MIT OR Apache-2.0" | ||
keywords = ["randevu", "rdv", "blake3", "reminder", "universal"] | ||
keywords = ["randevu", "rdv", "global", "reminder", "blake3"] | ||
categories = ["algorithms", "date-and-time"] | ||
|
||
[dependencies] | ||
blake3 = "1.5.0" | ||
chrono = "0.4.33" | ||
chrono = "0.4.34" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters