time: we need std feature

This commit is contained in:
Ryan Leckey 2020-03-21 02:42:32 -07:00
parent db543f8391
commit 0ef1ef3c4f

View File

@ -58,7 +58,7 @@ tokio = { version = "0.2.13", default-features = false, features = [ "dns", "fs"
url = { version = "2.1.1", default-features = false }
uuid = { version = "0.8.1", default-features = false, optional = true, features = [ "std" ] }
serde = { version = "1.0", features = [ "derive" ], optional = true }
time = { version = "0.2.7", default-features = false, optional = true }
time = { version = "0.2.7", optional = true }
serde_json = { version = "1.0", features = [ "raw_value" ], optional = true }
# <https://github.com/jgallagher/rusqlite/tree/master/libsqlite3-sys>