const generic expr based fixed length array manipulation crate
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e4f6085..4b6140d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"