mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
Replace toml with toml_edit (#233)
This commit is contained in:
parent
e93f0beb4b
commit
6401f2bfa0
3 changed files with 49 additions and 20 deletions
|
@ -47,7 +47,7 @@ tempfile = "3.3.0"
|
|||
thiserror = "1.0.31"
|
||||
tinytemplate = "1.2.1"
|
||||
tokio = { version = "1.20.0", features = ["rt-multi-thread", "process", "sync"], default-features = false }
|
||||
toml = "0.5.8"
|
||||
toml_edit = { version = "0.14.4", features = ["easy"] }
|
||||
url = "2.2.2"
|
||||
xz2 = "0.1.7"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue