quick arrays
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |