diff options
Diffstat (limited to 'vendor/hashbrown/README.md')
-rw-r--r-- | vendor/hashbrown/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/hashbrown/README.md b/vendor/hashbrown/README.md index f5fff54cb..9b2ca7eae 100644 --- a/vendor/hashbrown/README.md +++ b/vendor/hashbrown/README.md @@ -85,7 +85,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -hashbrown = "0.12" +hashbrown = "0.13" ``` Then: |