Skip to content

Commit 5b1650f

Browse files
committed
Merge branch 'v0.7.0'
2 parents 38113b1 + f38e5e3 commit 5b1650f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
[package]
22
name = "ndarray-odeint"
3-
version = "0.6.1"
3+
version = "0.7.0"
44
authors = ["Toshiki Teramura <toshiki.teramura@gmail.com>"]
55

66
description = "solve ODE using rust-ndarray"
77
documentation = "https://docs.rs/ndarray-odeint/"
88
repository = "https://github.com/termoshtt/ndarray-odeint"
99
keywords = ["ndarray", "ode"]
1010
license = "MIT"
11+
readme = "README.md"
1112

1213
[dependencies]
13-
ndarray = "0.9"
14-
ndarray-linalg = "0.5.4"
14+
ndarray = "0.10"
15+
ndarray-linalg = "0.6"
1516
num-traits = "0.1"
1617
num-complex = "0.1"
1718
derive-new = "0.4"

0 commit comments

Comments
 (0)