update dependencies
This commit is contained in:
@@ -8,10 +8,10 @@ edition = "2018"
|
||||
[dependencies]
|
||||
sbp = { path = "../sbp", features = ["rayon"] }
|
||||
euler = { path = "../euler" }
|
||||
hdf5 = { version = "0.6.0", features = ["static", "gzip"] }
|
||||
hdf5 = { version = "0.6.1", features = ["static", "gzip"] }
|
||||
rayon = "1.3.0"
|
||||
indicatif = "0.14.0"
|
||||
structopt = "0.3.13"
|
||||
ndarray = "0.13.0"
|
||||
structopt = "0.3.14"
|
||||
ndarray = "0.13.1"
|
||||
json = "0.12.4"
|
||||
either = "1.5.3"
|
||||
|
||||
Reference in New Issue
Block a user