diff options
| author | liv <mokou@fastmail.com> | 2022-07-11 11:59:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-11 11:59:13 +0200 |
| commit | a475e09cfc61b243a739b5f45503a6cc38b4d2eb (patch) | |
| tree | a3b0601908a1dd7ba6adea00f1c3903ffa2df887 /Cargo.toml | |
| parent | fba79ea7935c1b8ccacb5c06b3ba30f2d06d76a8 (diff) | |
| parent | df68d1a86e9967f4d05ff2dcc1e369bffe808e52 (diff) | |
Merge pull request #1044 from Drew-Morris/main
chore: Update spacing in Cargo.toml
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ console = "0.15" notify = "4.0" toml = "0.5" regex = "1.5" -serde= { version = "1.0", features = ["derive"] } +serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.81" home = "0.5.3" glob = "0.3.0" |
