From a71f8ccb76535dc11287d011c5908990311a911b Mon Sep 17 00:00:00 2001 From: "Eric B. Ridge" Date: Thu, 2 Feb 2023 13:16:35 -0500 Subject: [PATCH] cargo-upgrade doesn't have a --workspace argument (anymore?) --- upgrade-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upgrade-deps.sh b/upgrade-deps.sh index bffcd1bcb..d44cb4d04 100755 --- a/upgrade-deps.sh +++ b/upgrade-deps.sh @@ -10,7 +10,7 @@ # requires: "cargo install cargo-edit" from https://github.com/killercup/cargo-edit cargo update -cargo upgrade --workspace +cargo upgrade cargo generate-lockfile # examples are their own independent crates, so we have to do them individually.