Use crates.io version of the enum-set

rnewman upstreamed his changes in https://github.com/contain-rs/enum-set/pull/20
This commit is contained in:
Grisha Kruglov 2018-08-03 13:40:01 -07:00 committed by Grisha Kruglov
parent 79113498e7
commit f8478835a2

View file

@ -5,7 +5,7 @@ workspace = ".."
[dependencies]
chrono = { version = "0.4", features = ["serde"] }
enum-set = { git = "https://github.com/rnewman/enum-set" }
enum-set = "0.0.7"
failure = "0.1.1"
indexmap = "1"
lazy_static = "0.2"