summary refs log tree commit diff
path: root/enumn/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'enumn/Cargo.toml')
-rw-r--r--enumn/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/enumn/Cargo.toml b/enumn/Cargo.toml
index 1708678..381c3d7 100644
--- a/enumn/Cargo.toml
+++ b/enumn/Cargo.toml
@@ -8,6 +8,6 @@ edition = "2018"
 proc-macro = true
 
 [dependencies]
-proc-macro2 = "0.4"
-quote = "0.6"
-syn = "0.15"
+proc-macro2 = "^1"
+quote = "^1"
+syn = "^1"