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