diff --git a/Cargo.toml b/Cargo.toml index 49402cd..3a59070 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eom" -version = "0.8.0" +version = "0.9.0" authors = ["Toshiki Teramura "] description = "Configurable ODE/PDE solver" @@ -17,4 +17,4 @@ ndarray-linalg = "0.6" num-traits = "0.1" num-complex = "0.1" derive-new = "0.4" -fftw = "*" +fftw = "0.3"