Skip to content

Commit

Permalink
holdanstyle-parse
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Sep 29, 2023
1 parent ff5657e commit 4e3a542
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ members = [

[workspace.dependencies]
ansi_term = "0.12.1"
# anyhow = { version = "1.0.43", features = [ "backtrace" ] }
anstyle-parse = "=0.2.1"
anstyle = "=1.0.2"
anyhow = "1.0.43"
approx = "0.5"
Expand Down
1 change: 1 addition & 0 deletions examples/pytorch-albert-v2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ edition = "2021"

[dependencies]
anstyle.workspace = true
anstyle-parse.workspace = true
ndarray.workspace = true
tokenizers.workspace = true
clap_builder = { version = "=4.3.24" }
Expand Down

0 comments on commit 4e3a542

Please sign in to comment.