From 6024ffd9b8fa3bf2da7da4e286980d93706dfa4b Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 17 Dec 2022 11:03:53 -0800 Subject: [PATCH] Release 0.1.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3364252..a4b1864 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "enumn" -version = "0.1.5" +version = "0.1.6" authors = ["David Tolnay "] categories = ["rust-patterns", "no-std"] description = "Convert number to enum"