File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/runbook/upgrade-repository-dependencies Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# get command line arguments to pass them to `cargo upgrade` command
4
4
# By default, we allow upgrading all dependencies to the latest one.
5
- # If you want to upgrade only to the compatbile version, launch script with option `--compatbile`
5
+ # If you want to upgrade only to the compatible version, launch script with option `--compatbile`
6
6
CARGO_UPGRADE_OPTIONS=${*:- " --incompatible" }
7
7
8
8
# Need to install `cargo-edit` to execute `cargo upgrade` and `cargo set-version` commands
@@ -88,4 +88,4 @@ rm "$TMP_SCRIPT_DIR/$FLAKE_UPDATE_SCRIPT"
88
88
89
89
git commit -am " chore: update nix flake dependencies
90
90
91
- By running 'nix flake update' command."
91
+ By running 'nix flake update' command."
You can’t perform that action at this time.
0 commit comments