Skip to content

Commit

Permalink
chore(deps): Bump dd-rust-license-tool to 1.0.2 (#18711)
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
  • Loading branch information
jszwedko authored Oct 3, 2023
1 parent 29e5e22 commit a46d797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/environment/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if ! cargo deny --version >& /dev/null ; then
rustup run stable cargo install cargo-deny --force --locked
fi
if ! dd-rust-license-tool --help >& /dev/null ; then
rustup run stable cargo install dd-rust-license-tool --version 1.0.1 --force --locked
rustup run stable cargo install dd-rust-license-tool --version 1.0.2 --force --locked
fi

# Currently fixing this to version 0.30 since version 0.31 has introduced
Expand Down

0 comments on commit a46d797

Please sign in to comment.