Add missing field separator
[package] | [package] | ||
name = "hashtoc" | name = "hashtoc" | ||
version = "0.1.0" | version = "0.1.1" | ||
authors = ["Anders Blomdell <anders.blomdell@control.lth.se>"] | authors = ["Anders Blomdell <anders.blomdell@control.lth.se>"] | ||
build = "build.rs" | build = "build.rs" | ||
links = "libhash.a,libssl" | links = "libhash.a,libssl" | ||
... | @@ -10,7 +10,7 @@ license = "GPL-3.0-only" | ... | @@ -10,7 +10,7 @@ license = "GPL-3.0-only" |
publish = false | publish = false | ||
[dependencies] | [dependencies] | ||
clap = "2.20.5" | clap = "2.20" | ||
libc = "0.2.21" | libc = "0.2" | ||
threadpool = "1.3.2" | threadpool = "1.3" | ||
bytes = "0.4.6" | bytes = "0.4" |
Please register or sign in to comment