summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-01-15 17:26:03 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-01-15 17:26:04 +0100
commit0ac95e2dfa57360c78713929425ab65e962ed0c7 (patch)
treeb7c19defedf1095a23d2f53491bfcfc73de7acd1
parentdf0107bde21beead8b8671e8a44f9a9a5933e15b (diff)
Fix: enumset fails to build, this is the immediate fix
See https://github.com/gyscos/cursive/issues/534 Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ba1ced1..ca1a1e7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,3 +32,8 @@ walkdir = "2"
git = "https://github.com/matthiasbeyer/cursive_tree_view"
branch = "update-deps"
+
+[patch.crates-io.enumset_derive]
+git = "https://github.com/ocboogie/enumset"
+branch = "span-fix"
+