Skip to content

Commit b000693

Browse files
committed
Update to hashbrown 0.9
1 parent e53a6c0 commit b000693

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ language: rust
22
sudo: false
33
matrix:
44
include:
5-
- rust: 1.32.0
6-
- rust: 1.34.2
5+
- rust: 1.36.0
76
- rust: stable
87
env:
98
- FEATURES='serde-1'

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ serde = { version = "1.0", optional = true, default-features = false }
3737
rayon = { version = "1.0", optional = true }
3838

3939
[dependencies.hashbrown]
40-
version = "0.8.1"
40+
version = "0.9.0"
4141
default-features = false
4242
features = ["raw"]
4343

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ which is roughly:
6666
Recent Changes
6767
==============
6868

69+
- Unreleased
70+
71+
- **MSRV**: Rust 1.36 or later is now required.
72+
6973
- 1.5.2
7074

7175
- The new "std" feature will force the use of ``std`` for users that explicitly

0 commit comments

Comments
 (0)