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 19dbd90
Showing 1 changed file with 2 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 = "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 <[email protected]>"]
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 19dbd90

Please sign in to comment.