Skip to content

Commit e8abc5f

Browse files
authored
Merge pull request #14 from jeffparsons/bump_msrv
Bump MSRV to 1.43.0
2 parents efd1c6c + 45d3437 commit e8abc5f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dist: trusty
22
language: rust
33
rust:
44
# Don't forget to update in README and documentation.
5-
- 1.32.0
5+
- 1.43.0
66
- stable
77
- beta
88
- nightly

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "rangemap"
33
version = "0.1.5"
4+
rust = "1.43"
45
authors = ["Jeff Parsons <[email protected]>"]
56
edition = "2018"
67
license = "MIT/Apache-2.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Docs](https://docs.rs/rangemap/badge.svg)](https://docs.rs/rangemap)
55
[![Build status](https://travis-ci.org/jeffparsons/rangemap.svg?branch=master)](https://travis-ci.org/jeffparsons/rangemap)
66
[![Build status](https://ci.appveyor.com/api/projects/status/github/jeffparsons/rangemap?svg=true)](https://ci.appveyor.com/project/jeffparsons/rangemap)
7-
[![Rust](https://img.shields.io/badge/rust-1.32%2B-blue.svg?maxAge=3600)](https://github.com/jeffparsons/rangemap) <!-- Don't forget to update the Travis config when bumping minimum Rust version. -->
7+
[![Rust](https://img.shields.io/badge/rust-1.43%2B-blue.svg?maxAge=3600)](https://github.com/jeffparsons/rangemap) <!-- Don't forget to update the Travis config when bumping minimum Rust version. -->
88

99

1010
[RangeMap](https://docs.rs/rangemap/latest/rangemap/struct.RangeMap.html) is a map data structure whose keys are stored as ranges. Contiguous and overlapping ranges that map to the same value are coalesced into a single range.

0 commit comments

Comments
 (0)