From d8d6c86b7e3c77805b6e1793bde438deb2e7dffe Mon Sep 17 00:00:00 2001 From: Kirill Semyonkin Date: Thu, 17 Aug 2023 12:32:49 +0300 Subject: [PATCH] chore: Release implicit-clone version 0.4.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 45d1b7b..dcc7ef5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "implicit-clone" -version = "0.4.0" +version = "0.4.1" authors = ["Cecile Tonglet "] license = "MIT OR Apache-2.0" edition = "2021"