Merge pull request #103 from baummarten/fix_entities

Adding an explicit time >= 0.3.16
This commit is contained in:
Scott Boggs 2023-06-10 13:21:54 -04:00 committed by GitHub
commit db6cbdb7fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ version = "1"
features = ["derive"]
[dependencies.time]
version = "0.3"
version = ">=0.3.16"
features = ["parsing", "serde", "formatting"]
[dev-dependencies]