Skip to content

Commit

Permalink
Update indexmap, bump MSRV (#19)
Browse files Browse the repository at this point in the history
* Update indexmap.

* Bump MSRV.

* Update nightly version.
  • Loading branch information
westy92 authored Nov 15, 2023
1 parent ce99e89 commit 030106f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_cross_platform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- stable
- beta
- nightly
- 1.56.0 # MSRV
- 1.63.0 # MSRV
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
name: Setup rust toolchain
with:
profile: minimal
toolchain: nightly-2021-10-23
toolchain: nightly-2022-08-11
override: true
components: miri
- name: Run tests with Miri
Expand Down
4 changes: 2 additions & 2 deletions keyed_priority_queue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ categories = ["data-structures"]
keywords = ["priority", "queue", "keyed", "binary", "heap"]
repository = "https://github.com/AngelicosPhosphoros/keyed_priority_queue"
documentation = "https://docs.rs/keyed_priority_queue"
rust-version = "1.56"
rust-version = "1.63"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
indexmap = "^1.3"
indexmap = "2.1.0"

0 comments on commit 030106f

Please sign in to comment.