From 65be12ec3070dc20c4ec15758642b6e4ced10279 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 30 Jan 2021 01:58:03 +0000 Subject: [PATCH] cargo: Update to our slotmap MR git branch This does not seem to show up in the lockfile. Odd. Signed-off-by: Ian Jackson --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 584b504b..8117a5e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,10 @@ rmp-serde = "0.15" serde = { version = "1", features = ["derive","rc"] } serde_json = "1" serde_with = "1" -slotmap = { version = "1", features = ['serde'] } + +slotmap = { features = ['serde'], git = "https://github.com/ijackson/slotmap", branch="entry-return-stale-key" } +# ^ MR not yet reviewed + structopt = "0.3" strum = { version = "0.20", features = ['derive'] } thiserror = "1" -- 2.30.2