Skip to content

Commit 5fa1701

Browse files
author
Cole Miller
committed
Increase MSRV to 1.49.0 and document
1 parent 4e11ae3 commit 5fa1701

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ matrix:
3333
- name: "x86_64-unknown-linux-gnu (stable)"
3434
rust: stable
3535
env: TARGET=x86_64-unknown-linux-gnu
36-
- name: "x86_64-unknown-linux-gnu (Rust 1.36.0)"
37-
rust: 1.36.0
36+
- name: "x86_64-unknown-linux-gnu (Rust 1.49.0)"
37+
rust: 1.49.0
3838
env: TARGET=x86_64-unknown-linux-gnu
3939
- name: "i686-unknown-linux-gnu"
4040
env: TARGET=i686-unknown-linux-gnu CROSS=1

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## Changed
11+
- The minimum Rust version has been bumped to 1.49.0. (#230)
12+
1013
## [v0.10.0] - 2021-01-16
1114

1215
## Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ hashbrown
44
[![Build Status](https://travis-ci.com/rust-lang/hashbrown.svg?branch=master)](https://travis-ci.com/rust-lang/hashbrown)
55
[![Crates.io](https://img.shields.io/crates/v/hashbrown.svg)](https://crates.io/crates/hashbrown)
66
[![Documentation](https://docs.rs/hashbrown/badge.svg)](https://docs.rs/hashbrown)
7-
[![Rust](https://img.shields.io/badge/rust-1.36.0%2B-blue.svg?maxAge=3600)](https://github.com/rust-lang/hashbrown)
7+
[![Rust](https://img.shields.io/badge/rust-1.49.0%2B-blue.svg?maxAge=3600)](https://github.com/rust-lang/hashbrown)
88

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

0 commit comments

Comments
 (0)