const generic expr based fixed length array manipulation crate
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,11 +1,11 @@ [package] name = "atools" -version = "0.1.11" -edition = "2021" +version = "0.1.12" +edition = "2024" description = "const generic expr based fixed length array manipulation" authors = ["bend-n <[email protected]>"] license = "MIT" repository = "https://github.com/bend-n/atools" keywords = ["array"] categories = ["no-std"] -rust-version = "1.85" +rust-version = "1.93" |