File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ matrix:
33
33
- name : " x86_64-unknown-linux-gnu (stable)"
34
34
rust : stable
35
35
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
38
38
env : TARGET=x86_64-unknown-linux-gnu
39
39
- name : " i686-unknown-linux-gnu"
40
40
env : TARGET=i686-unknown-linux-gnu CROSS=1
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## Changed
11
+ - The minimum Rust version has been bumped to 1.49.0. (#230 )
12
+
10
13
## [ v0.10.0] - 2021-01-16
11
14
12
15
## Changed
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ hashbrown
4
4
[ ![ Build Status] ( https://travis-ci.com/rust-lang/hashbrown.svg?branch=master )] ( https://travis-ci.com/rust-lang/hashbrown )
5
5
[ ![ Crates.io] ( https://img.shields.io/crates/v/hashbrown.svg )] ( https://crates.io/crates/hashbrown )
6
6
[ ![ 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 )
8
8
9
9
This crate is a Rust port of Google's high-performance [ SwissTable] hash
10
10
map, adapted to make it a drop-in replacement for Rust's standard ` HashMap `
You can’t perform that action at this time.
0 commit comments