From e35bf356f0e06b1ff0cf81240bfc2d8be9340b96 Mon Sep 17 00:00:00 2001 From: Grisha Kruglov Date: Fri, 3 Aug 2018 13:40:01 -0700 Subject: [PATCH] Use crates.io version of the enum-set rnewman upstreamed his changes in https://github.com/contain-rs/enum-set/pull/20 --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index 594ec4a0..4cb4dfe5 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -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"