mirror of https://github.com/rwf2/Rocket.git
Enable 'std' 'indexmap' feature.
This commit is contained in:
parent
e68a951a54
commit
cb33429ce4
|
@ -26,7 +26,7 @@ hyper = { version = "0.13.0", default-features = false, features = ["runtime"] }
|
|||
http = "0.2"
|
||||
mime = "0.3.13"
|
||||
time = "0.2.11"
|
||||
indexmap = "1.0"
|
||||
indexmap = { version = "1.5.2", features = ["std"] }
|
||||
state = "0.4"
|
||||
tokio-rustls = { version = "0.14.0", optional = true }
|
||||
tokio = { version = "0.2.9", features = ["sync", "tcp", "time"] }
|
||||
|
|
Loading…
Reference in New Issue