Skip to content

Commit 06d8713

Browse files
committed
chore: Release
1 parent b4e7658 commit 06d8713

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "ndarray"
4-
version = "0.16.1"
4+
version = "0.17.0"
55
edition = "2021"
66
rust-version = "1.64"
77
authors = [
@@ -87,7 +87,7 @@ default-members = [
8787
]
8888

8989
[workspace.dependencies]
90-
ndarray = { version = "0.16", path = ".", default-features = false }
90+
ndarray = { version = "0.17", path = ".", default-features = false }
9191
ndarray-rand = { path = "ndarray-rand" }
9292
ndarray-gen = { path = "crates/ndarray-gen" }
9393

0 commit comments

Comments
 (0)