From c817bd81c6d89016bda3b50eeed5eabb83aa4e92 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 19 Apr 2021 00:40:12 +0100 Subject: [PATCH] Cargo.toml: Specify the slotmap version to placate cargo Signed-off-by: Ian Jackson --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 57418132..8d9778ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,6 +78,6 @@ index_vec = { version="0.1.1", features=["serde" ] } serde = { version="1" , features=["derive", "rc"] } strum = { version="0.20" , features=["derive" ] } -slotmap = { package="slotmap-fork-otter", git="https://github.com/ijackson/slotmap", branch="slotmap-fork-otter", features=["serde"] } +slotmap = { package="slotmap-fork-otter", version="1", git="https://github.com/ijackson/slotmap", branch="slotmap-fork-otter", features=["serde"] } #fin. -- 2.30.2