Skip to content

Commit

Permalink
fix(deps): update rust crate approx to 0.5.1 (#26)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Masaharu TASHIRO <masatsr.kit@gmail.com>
  • Loading branch information
renovate[bot] and tasshi-me authored Dec 30, 2022
1 parent 6bac40c commit dccb0e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ maintenance = { status = "actively-developed" }

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ndarray = { version = "0.15.6", features = ["serde", "approx"] }
approx = "0.4.0"
ndarray = { version = "0.15.6", features = ["serde", "approx", "approx-0_5"] }
approx = "0.5.1"
thiserror = "1.0.38"
serde = { version = "1.0.152", features = ["derive"] }

0 comments on commit dccb0e4

Please # to comment.