Skip to content

Commit

Permalink
use Marlu 0.11.0, built ~0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
d3v-null committed Jun 19, 2024
1 parent 700222b commit ecfc8e7
Show file tree
Hide file tree
Showing 4 changed files with 97 additions and 112 deletions.
169 changes: 89 additions & 80 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ indicatif = { version = "0.17.0", features = ["rayon"] }
itertools = "0.10.0"
lazy_static = "1.4.0"
log = "0.4.0"
marlu = "0.10.1"
marlu = "0.11.0"
regex = "1.4.0"
thiserror = "1.0.0"

Expand All @@ -64,12 +64,15 @@ csv = "1.1"
float-cmp = "0.9"
glob = "0.3"
lexical = "6.0"
marlu = { version = "0.10.0", features = ["approx"] }
marlu = { version = "0.11.0", features = ["approx"] }
ndarray = { version = "0.15.4", features = ["approx-0_5"] }
tempfile = "3.3"

[build-dependencies]
built = { version = "0.5.0", features = ["chrono", "git2"] }
built = { version = "~0.7.3", default-features = false, features = [
"chrono",
"git2",
] }

[[bin]]
name = "birli"
Expand Down
Loading

0 comments on commit ecfc8e7

Please sign in to comment.