From: Ian Jackson Date: Sun, 18 Apr 2021 20:51:38 +0000 (+0100) Subject: Cargo.toml: Remove a comma that cargo hates X-Git-Tag: otter-0.5.0~12 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=f1b8a6894dac0109a780d12035a01b4baf442842;p=otter.git Cargo.toml: Remove a comma that cargo hates We only notice this if running non-nailed... Signed-off-by: Ian Jackson --- 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.