mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-02 15:25:32 +00:00
time: we need std feature
This commit is contained in:
parent
db543f8391
commit
0ef1ef3c4f
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user