summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorliv <mokou@fastmail.com>2022-07-11 11:59:13 +0200
committerGitHub <noreply@github.com>2022-07-11 11:59:13 +0200
commita475e09cfc61b243a739b5f45503a6cc38b4d2eb (patch)
treea3b0601908a1dd7ba6adea00f1c3903ffa2df887
parentfba79ea7935c1b8ccacb5c06b3ba30f2d06d76a8 (diff)
parentdf68d1a86e9967f4d05ff2dcc1e369bffe808e52 (diff)
Merge pull request #1044 from Drew-Morris/main
chore: Update spacing in Cargo.toml
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f7a1ffb..e356a2c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"