Skip to content

Commit 008e543

Browse files
authored
Merge pull request #152 from mbrubeck/deps
Update to hashbrown 0.9
2 parents e53a6c0 + 083f5a7 commit 008e543

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "indexmap"
33
edition = "2018"
4-
version = "1.5.2"
4+
version = "1.6.0"
55
authors = [
66
"bluss",
77
"Josh Stone <cuviper@gmail.com>"
@@ -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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ which is roughly:
6666
Recent Changes
6767
==============
6868

69+
- 1.6.0
70+
71+
- **MSRV**: Rust 1.36 or later is now required.
72+
73+
- The ``hashbrown`` dependency has been updated to version 0.9.
74+
6975
- 1.5.2
7076

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

0 commit comments

Comments
 (0)