constant macro arrays
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ name = "car" version = "0.1.0" authors = ["bend-n <[email protected]>"] -description = "std::array::{map, from_fn} in const" +description = "std::array::{map, from_fn, try_from_fn} in const" edition = "2021" repository = "https://github.com/bend-n/car" license = "MIT" @@ -13,4 +13,4 @@ quote = "1.0.35" syn = { version = "2.0.55", features = ["full"] } [lib] -proc_macro = true +proc-macro = true |