Skip to content

Commit

Permalink
chores: set ndarray version
Browse files Browse the repository at this point in the history
  • Loading branch information
wenig committed Dec 1, 2021
1 parent 8a8703a commit f3ce717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_derive = "1.0"
flexbuffers = "2.0.0"

ndarray = { version = "*", optional = true, features = ["serde"]}
ndarray = { version = "0.15.4", optional = true, features = ["serde"]}

# dns resolver
trust-dns-proto = { version = "0.20.3", default-features = false, features = ["tokio-runtime"] }
Expand Down

0 comments on commit f3ce717

Please sign in to comment.