fix(configure): preserve formatting and comments (#3152)

* fix(configure): preserve formatting and comments

* preserve formatting in changed line

* add tests
This commit is contained in:
David Knaack
2021-10-23 10:15:46 +02:00
committed by GitHub
parent c682329bd0
commit 48fca507f5
3 changed files with 279 additions and 66 deletions
+1
View File
@@ -70,6 +70,7 @@ shadow-rs = "0.7.1"
versions = "3.0.3"
strsim = "0.10.0"
sha-1 = "0.9.8"
toml_edit = "0.6.0"
process_control = { version = "3.1.0", features = ["crossbeam-channel"] }