From 3b8533f90144bad67a9a4f2063820d510b6634cb Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 18 Apr 2021 23:52:10 +0100 Subject: [PATCH] slotmap: Switch to our slotmap-fork-otter package Signed-off-by: Ian Jackson --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 269d3630..b27e48ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2226,7 +2226,7 @@ dependencies = [ "rmp-serde", "serde", "serde_with", - "slotmap", + "slotmap-fork-otter", "structopt", "strum", "tempfile", @@ -3481,9 +3481,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" [[package]] -name = "slotmap" +name = "slotmap-fork-otter" version = "1.0.2" -source = "git+https://github.com/ijackson/slotmap?branch=entry-return-stale-key#508ddf21d9d28dfd122e7abe195e0d0d824aea33" +source = "git+https://github.com/ijackson/slotmap?branch=slotmap-fork-otter#d107a9b6f23b10e447546c105e8d5b6026de3f29" dependencies = [ "serde", "version_check 0.9.3", diff --git a/Cargo.toml b/Cargo.toml index a2a795d8..1c3224e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -77,6 +77,6 @@ index_vec = { version="0.1.1", features=["serde" ] } serde = { version="1" , features=["derive", "rc"] } strum = { version="0.20" , features=["derive" ] } -slotmap = { git="https://github.com/ijackson/slotmap", branch="entry-return-stale-key", features=["serde"] } +slotmap = { package="slotmap-fork-otter", git="https://github.com/ijackson/slotmap", branch="slotmap-fork-otter", features=["serde"] } #fin. -- 2.30.2