chiark / gitweb /
Cargo.toml: Remove a comma that cargo hates
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 18 Apr 2021 20:51:38 +0000 (21:51 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 18 Apr 2021 20:54:52 +0000 (21:54 +0100)
We only notice this if running non-nailed...

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Cargo.toml

index e1debf3083bccdfca38567a901e21ec945c2881c..a2a795d88d47c6984a4ca1c45ce2bd64c0db1bf4 100644 (file)
@@ -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.