aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-01-11 06:56:35 +0000
committerAkshay <[email protected]>2021-01-11 06:56:35 +0000
commit2a35f6c3cf57a33a5d7d33a6bceb4ea8c10cdac4 (patch)
treeb5e2c51f040de053124619e755428299ce1fd8d9 /Cargo.toml
parentb5c9003e3a4386d8ff8862462c8ec413216996cc (diff)
fix syn's breaking changesyn-fix
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fc18bb9..ba98e65 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,6 +20,7 @@ directories = "3.0.1"
20clap = "2.33" 20clap = "2.33"
21notify = "4.0" 21notify = "4.0"
22toml = "0.5.6" 22toml = "0.5.6"
23syn = "=1.0.57"
23 24
24[dependencies.cursive] 25[dependencies.cursive]
25version = "0.15" 26version = "0.15"