Skip to content

Commit

Permalink
Bump dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3vu0r committed Sep 14, 2024
1 parent efbcbcd commit 355332c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ndarray-slice"
version = "0.3.1"
version = "0.4.0"
rust-version = "1.65.0"
edition = "2021"
authors = ["Rouven Spreckels <[email protected]>"]
Expand Down Expand Up @@ -36,8 +36,8 @@ all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
ndarray = { version = "0.15.6", default-features = false }
stacker = { version = "0.1.15", optional = true }
ndarray = { version = "0.16.1", default-features = false }
stacker = { version = "0.1.17", optional = true }
rayon = { version = "1.10.0", optional = true }

[dev-dependencies]
Expand Down
4 changes: 4 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 0.4.0 (2024-09-14)

* Bump dependencies.

# Version 0.3.1 (2024-06-13)

* Spill recursion stack over to heap if necessary.
Expand Down

0 comments on commit 355332c

Please sign in to comment.