From b950bccf953b4e1f56e0848ff1d166514b2b2720 Mon Sep 17 00:00:00 2001 From: Alex Touchet <26315797+atouchet@users.noreply.github.com> Date: Sun, 6 Oct 2024 22:05:20 -0700 Subject: [PATCH] Update version number in Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c30f8eaa..1b1aafb64 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -hashbrown = "0.14" +hashbrown = "0.15" ``` Then: