entities/Cargo.toml: time >= 0.3.16
This commit is contained in:
parent
7d0055e30b
commit
1524895122
|
@ -25,7 +25,7 @@ version = "1"
|
|||
features = ["derive"]
|
||||
|
||||
[dependencies.time]
|
||||
version = "0.3"
|
||||
version = ">=0.3.16"
|
||||
features = ["parsing", "serde", "formatting"]
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
Loading…
Reference in New Issue