Skip to content

Commit 9d3455b

Browse files
feat: enable cargo dist updater
1 parent 742e79d commit 9d3455b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

dist-workspace.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ post-announce-jobs = ["./post-announce"]
2020
# Path that installers should place binaries in
2121
install-path = "CARGO_HOME"
2222
# Whether to install an updater program
23-
install-updater = false
23+
install-updater = true
2424
# Build only the required packages, and individually
2525
precise-builds = true
2626
# Don't create GitHub releases, we handle that manually to manually control which release is marked as latest
@@ -34,8 +34,8 @@ local-artifacts-jobs = ["./create-draft-release"]
3434
allow-dirty = ["ci"]
3535

3636
[dist.github-action-commits]
37-
"actions/checkout" = "de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
38-
"actions/upload-artifact" = "b7c566a772e6b6bfb58ed0dc250532a479d7789f" # v6.0.0
37+
"actions/checkout" = "de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
38+
"actions/upload-artifact" = "b7c566a772e6b6bfb58ed0dc250532a479d7789f" # v6.0.0
3939
"actions/download-artifact" = "37930b1c2abaa49bbe596cd826c3c89aef350131" # v7.0.0
4040

4141
[dist.github-custom-runners]

0 commit comments

Comments
 (0)