quick arrays
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e1ce0d6..2b7c679 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "amap"
-version = "0.1.0"
-author = ["bend-n <[email protected]>"]
+version = "0.1.1"
+authors = ["bend-n <[email protected]>"]
description = "define `[Option<T>; N]` easily"
edition = "2021"
repository = "https://github.com/bend-n/amap.git"
@@ -9,7 +9,7 @@ license = "MIT"
[dependencies]
quote = "1.0.32"
-syn = "2.0.15"
+syn = { version = "2.0.15", features = ["full"] }
[lib]
proc_macro = true