Use rust_ini instead of serde_ini
serde_ini isn't very popular and doesn't strip quotes from the values
This commit is contained in:
@@ -25,7 +25,7 @@ walkdir = "2.2.7"
|
||||
console = "0.7.5"
|
||||
self_update_crate = { version = "0.5.1", optional = true, package = "self_update" }
|
||||
lazy_static = "1.2.0"
|
||||
serde_ini = "0.2.0"
|
||||
rust-ini = "0.13.0"
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
nix = "0.13.0"
|
||||
|
||||
Reference in New Issue
Block a user