From 05cde09d93394c6f67c64afaf5c65e0f1465c48b Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 18 Jan 2022 11:39:17 +0000 Subject: [PATCH] Release: 0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f7e824a..cba6d90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "derive-enum-from-into" -version = "0.1.0" +version = "0.1.1" edition = "2018" description = "Derive for From and TryInto for enums with single fields" authors = [ "Ben " ]