Skip to content

Commit 355332c

Browse files
committed
Bump dependencies.
1 parent efbcbcd commit 355332c

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ndarray-slice"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
rust-version = "1.65.0"
55
edition = "2021"
66
authors = ["Rouven Spreckels <[email protected]>"]
@@ -36,8 +36,8 @@ all-features = true
3636
rustdoc-args = ["--cfg", "docsrs"]
3737

3838
[dependencies]
39-
ndarray = { version = "0.15.6", default-features = false }
40-
stacker = { version = "0.1.15", optional = true }
39+
ndarray = { version = "0.16.1", default-features = false }
40+
stacker = { version = "0.1.17", optional = true }
4141
rayon = { version = "1.10.0", optional = true }
4242

4343
[dev-dependencies]

RELEASES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 0.4.0 (2024-09-14)
2+
3+
* Bump dependencies.
4+
15
# Version 0.3.1 (2024-06-13)
26

37
* Spill recursion stack over to heap if necessary.

0 commit comments

Comments
 (0)