From 8df4f3c71d7bc04b5565946a3584c95b7830d095 Mon Sep 17 00:00:00 2001 From: Greg Johnston Date: Wed, 4 Dec 2024 18:53:18 -0500 Subject: [PATCH] publish 0.1.1 to include `either!` macro --- either_of/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/either_of/Cargo.toml b/either_of/Cargo.toml index bdfe5419c7..66c2c09aa5 100644 --- a/either_of/Cargo.toml +++ b/either_of/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "either_of" -version = "0.1.0" +version = "0.1.1" authors = ["Greg Johnston"] license = "MIT" readme = "../README.md"