From 0ac95e2dfa57360c78713929425ab65e962ed0c7 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Fri, 15 Jan 2021 17:26:03 +0100 Subject: Fix: enumset fails to build, this is the immediate fix See https://github.com/gyscos/cursive/issues/534 Signed-off-by: Matthias Beyer --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Cargo.toml') 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" + -- cgit v1.2.3