Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kenf1 committed Nov 28, 2024
1 parent 1ae2502 commit 5318f59
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ webscrape = ["reqwest/blocking", "select"]

[dependencies]
bardecoder = { version = "0.5.0", optional = true }
csv = { version = "1.3.0", optional = true }
csv = { version = "1.3.1", optional = true }
dotenv = { version = "0.15.0", optional = true }
image = { version = "0.24.9", optional = true }
polars = { version = "0.44.2", optional = true, features = ["lazy"] }
Expand Down
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ test_qr: ##Test qr features flag
cargo test --features "qr"

test_webscrape: ##Test webscrape features flag
cargo test --features "webscrape"
cargo test --features "webscrape"

update_toml: ##Update dependencies in Cargo.toml
cargo update --manifest-path Cargo.toml

0 comments on commit 5318f59

Please sign in to comment.