git.delta.rocks / jrsonnet / refs/commits / 6dc3278fe59b

difftreelog

style trailing line in Cargo.toml

Yaroslav Bolyukin2021-06-09parent: #765a4d3.patch.diff
in: master

1 file changed

modifiedcrates/jrsonnet-interner/Cargo.tomldiffbeforeafterboth
before · crates/jrsonnet-interner/Cargo.toml
1[package]2name = "jrsonnet-interner"3description = "Jrsonnet string interning"4version = "0.3.7"5authors = ["Yaroslav Bolyukin <iam@lach.pw>"]6license = "MIT"7edition = "2018"89[dependencies]10serde = { version = "1.0" }11rustc-hash = "1.1.0"12gc = { version = "0.4.1", features = ["derive"] }
after · crates/jrsonnet-interner/Cargo.toml
1[package]2name = "jrsonnet-interner"3description = "Jrsonnet string interning"4version = "0.3.7"5authors = ["Yaroslav Bolyukin <iam@lach.pw>"]6license = "MIT"7edition = "2018"89[dependencies]10serde = { version = "1.0" }11rustc-hash = "1.1.0"12gc = { version = "0.4.1", features = ["derive"] }