Replace lone carriage returns with newlines

This commit is contained in:
Antonio Scandurra 2022-07-06 11:00:56 +02:00
parent 113eb9b94f
commit 13c9b1778b
4 changed files with 28 additions and 9 deletions

View file

@ -23,6 +23,7 @@ log = { version = "0.4.16", features = ["kv_unstable_serde"] }
parking_lot = "0.11"
postage = { version = "0.4.1", features = ["futures-traits"] }
rand = { version = "0.8.3", optional = true }
regex = "1.5"
smallvec = { version = "1.6", features = ["union"] }
[dev-dependencies]