From 70502ba8469e5fdb30395013947d4a407e6f074f Mon Sep 17 00:00:00 2001 From: Laurence Tratt Date: Thu, 30 Jul 2026 08:38:40 +0100 Subject: [PATCH] Reflect change in cargo deny. --- .buildbot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildbot.sh b/.buildbot.sh index b320bcf..d3344f2 100644 --- a/.buildbot.sh +++ b/.buildbot.sh @@ -20,7 +20,7 @@ test -f test_install/bin/snare which cargo-deny | cargo install cargo-deny || true if cargo deny --version 2>&1 > /dev/null; then - cargo-deny check license + cargo-deny check licenses else echo "Warning: couldn't run cargo-deny" > /dev/stderr fi