Skip to content

Commit 19de97b

Browse files
committed
Release hashcsv v1.0.3 and scrubcsv v1.1.1
Update dependencies to their latest versions. Skip cargo-deny advisories check until it supports CVSS 4.0 (issue #804).
1 parent 58da0e9 commit 19de97b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ rm -rf $cargo_deny_basename $cargo_deny_basename.tar.gz
3232

3333
# Perform standard checks and tests.
3434
echo "Verifying code is ready for release"
35-
cargo deny check
35+
cargo deny check licenses bans
3636
cargo fmt -- --check
3737
cargo clippy -- -D warnings
3838
cargo test --package "$PKG_NAME"

0 commit comments

Comments
 (0)