Skip to content

Commit a71f8cc

Browse files
committed
cargo-upgrade doesn't have a --workspace argument (anymore?)
1 parent 9e358af commit a71f8cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upgrade-deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
# requires: "cargo install cargo-edit" from https://github.com/killercup/cargo-edit
1212
cargo update
13-
cargo upgrade --workspace
13+
cargo upgrade
1414
cargo generate-lockfile
1515

1616
# examples are their own independent crates, so we have to do them individually.

0 commit comments

Comments
 (0)