From 2ea671ada1536dc48170dd011ac512c0fb9838fe Mon Sep 17 00:00:00 2001 From: matt rice Date: Sun, 12 Jul 2026 15:21:51 -0700 Subject: [PATCH] Previously cargo-deny accepted 'check license' now it only seems to accept 'check licenses' --- .buildbot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildbot.sh b/.buildbot.sh index bb8eb0918..818f3fb38 100644 --- a/.buildbot.sh +++ b/.buildbot.sh @@ -100,7 +100,7 @@ RUSTDOCFLAGS="-Dwarnings" cargo doc --no-deps # Check licenses. wait "${cargo_deny_mdbook_pid}" || ( cat "${cargo_deny_mdbook_tmp}" && exit 1 ) -cargo-deny check license +cargo-deny check licenses # Build the docs cd $root/doc