const generic expr based fixed length array manipulation crate
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 622e077..91d8c54 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"