From f1b8a6894dac0109a780d12035a01b4baf442842 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 18 Apr 2021 21:51:38 +0100 Subject: [PATCH] Cargo.toml: Remove a comma that cargo hates We only notice this if running non-nailed... Signed-off-by: Ian Jackson --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e1debf30..a2a795d8 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 = { git="https://github.com/ijackson/slotmap", branch="entry-return-stale-key", features=["serde"] } #fin. -- 2.30.2