From 19774a04f0b85ba8a0ed22dc963de3cef9d31052 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 4 Aug 2026 09:59:19 -0400 Subject: [PATCH] Bump version to 0.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9baa310..7ae8f4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "weak-table" -version = "0.4.0-pre3" +version = "0.4.0" authors = ["Jesse A. Tov ", "Nick Mathewson "] description = "Weak hash maps and sets" repository = "https://github.com/tov/weak-table-rs"