add time format string util
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
dc18f89c0b
commit
2dd68d3fa5
2 changed files with 11 additions and 3 deletions
|
@ -208,7 +208,7 @@ features = ["serde"]
|
|||
# standard date and time tools
|
||||
[workspace.dependencies.chrono]
|
||||
version = "0.4.38"
|
||||
features = ["alloc"]
|
||||
features = ["alloc", "std"]
|
||||
default-features = false
|
||||
|
||||
[workspace.dependencies.hyper]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue