Skip to content

Commit

Permalink
Bump dev dependencies to their current stable versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamreichold committed Feb 11, 2024
1 parent 36c3f85 commit 43cd439
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: dtolnay/rust-toolchain@nightly
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msrv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: dtolnay/rust-toolchain@1.55.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: dtolnay/rust-toolchain@stable
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 = "sif-kdtree"
description = "simple, immutable, flat k-d tree"
version = "0.5.1"
version = "0.5.2"
edition = "2018"
rust-version = "1.55"
authors = ["Adam Reichold <adam.reichold@t-online.de>"]
Expand All @@ -18,7 +18,7 @@ rayon = { version = "1.7", optional = true }
serde = { version = "1.0", features = ["derive"], optional = true }

[dev-dependencies]
memmap2 = "0.7"
memmap2 = "0.9"
proptest = "1.1"

[package.metadata.docs.rs]
Expand Down

0 comments on commit 43cd439

Please sign in to comment.