Skip to content

Commit

Permalink
cargo-upgrade doesn't have a --workspace argument (anymore?)
Browse files Browse the repository at this point in the history
  • Loading branch information
eeeebbbbrrrr committed Feb 2, 2023
1 parent 9e358af commit a71f8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upgrade-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a71f8cc

Please sign in to comment.