From ecd9e2b5c223a77561032e5001abb2ccca5d5132 Mon Sep 17 00:00:00 2001 From: vcombey Date: Mon, 14 Nov 2022 17:33:20 +0100 Subject: [PATCH] v 0.4.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5478c18..cb01d80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fallible_collections" -version = "0.4.5" +version = "0.4.6" authors = ["vcombey "] edition = "2018" license = "MIT/Apache-2.0"