From 1197d36aab26f9df12dd69278e804277797265a9 Mon Sep 17 00:00:00 2001 From: Laurence Tratt Date: Thu, 16 Jul 2026 09:56:53 +0100 Subject: [PATCH] Fix cargo deny. --- .buildbot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildbot.sh b/.buildbot.sh index fab2b0f..0bf468a 100644 --- a/.buildbot.sh +++ b/.buildbot.sh @@ -18,5 +18,5 @@ cargo test --release which cargo-deny || cargo install cargo-deny || true if [ "X`which cargo-deny`" != "X" ]; then - cargo-deny check license + cargo-deny check licenses fi