Skip to content

Commit

Permalink
reflect updated msrv in the readme badge
Browse files Browse the repository at this point in the history
  • Loading branch information
mumbleskates authored Dec 18, 2024
1 parent 25365fc commit 33b1ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ hashbrown
[![Build Status](/~https://github.com/rust-lang/hashbrown/actions/workflows/rust.yml/badge.svg)](/~https://github.com/rust-lang/hashbrown/actions)
[![Crates.io](https://img.shields.io/crates/v/hashbrown.svg)](https://crates.io/crates/hashbrown)
[![Documentation](https://docs.rs/hashbrown/badge.svg)](https://docs.rs/hashbrown)
[![Rust](https://img.shields.io/badge/rust-1.63.0%2B-blue.svg?maxAge=3600)](/~https://github.com/rust-lang/hashbrown)
[![Rust](https://img.shields.io/badge/rust-1.65.0%2B-blue.svg?maxAge=3600)](/~https://github.com/rust-lang/hashbrown)

This crate is a Rust port of Google's high-performance [SwissTable] hash
map, adapted to make it a drop-in replacement for Rust's standard `HashMap`
Expand Down

0 comments on commit 33b1ec8

Please sign in to comment.