From 731b3a0e10d1fe92317f8b2f2155ae8ebc6a3193 Mon Sep 17 00:00:00 2001 From: Carter Snook Date: Thu, 29 Dec 2022 22:08:53 -0600 Subject: [PATCH] chore: update version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5fff54cb1..9b2ca7eaef 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -hashbrown = "0.12" +hashbrown = "0.13" ``` Then: