Skip to content

Commit

Permalink
Merge pull request #259 from cuviper/indexmap-1-rustc-rayon-0.5
Browse files Browse the repository at this point in the history
[1.x] Update rustc-rayon to 0.5, and release 1.9.3
  • Loading branch information
cuviper authored Mar 24, 2023
2 parents 4d52cf3 + 3413435 commit 861fad7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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 = "2021"
version = "1.9.2"
version = "1.9.3"
documentation = "https://docs.rs/indexmap/"
repository = "https://github.com/bluss/indexmap"
license = "Apache-2.0 OR MIT"
Expand All @@ -24,7 +24,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.4", optional = true }
rustc-rayon = { package = "rustc-rayon", version = "0.5", optional = true }

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

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

- 1.9.2

- `IndexMap` and `IndexSet` both implement `arbitrary::Arbitrary<'_>` and
Expand Down

0 comments on commit 861fad7

Please sign in to comment.