From b101d0c9dfbd3f620086bdcce7fcc42959354581 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20du=20Garreau?= Date: Tue, 1 Oct 2024 17:00:40 +0200 Subject: [PATCH] Version 0.4.20 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c6e7869..63cad50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "once_map" -version = "0.4.19" +version = "0.4.20" edition = "2021" rust-version = "1.63" license = "MIT OR Apache-2.0"