-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump MSRV to 1.61.0 and prepare 1.4.0 release
- Loading branch information
1 parent
f7232da
commit b9add4f
Showing
4 changed files
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "rangemap" | ||
version = "1.3.1" | ||
version = "1.4.0" | ||
authors = ["Jeff Parsons <[email protected]>"] | ||
edition = "2018" | ||
license = "MIT/Apache-2.0" | ||
|
@@ -14,7 +14,7 @@ Map and set data structures whose keys are stored as ranges. | |
Contiguous and overlapping ranges that map to the same value are coalesced into a single range. | ||
""" | ||
categories = ["data-structures"] | ||
rust-version = "1.56.1" | ||
rust-version = "1.61.0" | ||
|
||
[dependencies] | ||
serde = { version = "1", optional = true } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters