Skip to content

Commit

Permalink
Merge pull request #229 from cuviper/1-rustc-rayon-0.4
Browse files Browse the repository at this point in the history
[1.x] Update rustc-rayon to 0.4, and release 1.8.2
  • Loading branch information
cuviper committed May 27, 2022
2 parents 275379c + e31910b commit 84123f4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
on:
push:
branches: [ master ]
branches: [ master, indexmap-1.x ]
pull_request:
branches: [ master ]
branches: [ master, indexmap-1.x ]

name: Continuous integration

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "indexmap"
edition = "2018"
version = "1.8.1"
version = "1.8.2"
authors = [
"bluss",
"Josh Stone <cuviper@gmail.com>"
Expand Down Expand Up @@ -38,7 +38,7 @@ rayon = { version = "1.4.1", optional = true }

# Internal feature, only used when building as part of rustc,
# not part of the stable interface of this crate.
rustc-rayon = { version = "0.3", optional = true }
rustc-rayon = { version = "0.4", optional = true }

[dependencies.hashbrown]
version = "0.11"
Expand Down
4 changes: 4 additions & 0 deletions RELEASES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
- 1.8.2

- Bump the ``rustc-rayon`` dependency, for compiler use only.

- 1.8.1

- The new ``IndexSet::replace_full`` will return the index of the item along
Expand Down

0 comments on commit 84123f4

Please sign in to comment.