Skip to content

Commit 6a83338

Browse files
authored
bump cargo dist (#1391)
1 parent 922aebc commit 6a83338

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/libsql-server-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
# we specify bash to get pipefail; it guards against the `curl` command
6363
# failing. otherwise `sh` won't catch that `curl` returned non-0
6464
shell: bash
65-
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.13.3/cargo-dist-installer.sh | sh"
65+
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.14.1/cargo-dist-installer.sh | sh"
6666
# sure would be cool if github gave us proper conditionals...
6767
# so here's a doubly-nested ternary-via-truthiness to try to provide the best possible
6868
# functionality based on whether this is a pull_request, and whether it's from a fork.
@@ -167,7 +167,7 @@ jobs:
167167
submodules: recursive
168168
- name: Install cargo-dist
169169
shell: bash
170-
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.13.3/cargo-dist-installer.sh | sh"
170+
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.14.1/cargo-dist-installer.sh | sh"
171171
# Get all the local artifacts for the global tasks to use (for e.g. checksums)
172172
- name: Fetch local artifacts
173173
uses: actions/download-artifact@v4
@@ -212,7 +212,7 @@ jobs:
212212
with:
213213
submodules: recursive
214214
- name: Install cargo-dist
215-
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.13.3/cargo-dist-installer.sh | sh"
215+
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.14.1/cargo-dist-installer.sh | sh"
216216
# Fetch artifacts from scratch-storage
217217
- name: Fetch artifacts
218218
uses: actions/download-artifact@v4
@@ -252,7 +252,7 @@ jobs:
252252
repository: "libsql/homebrew-sqld"
253253
token: ${{ secrets.HOMEBREW_TAP_TOKEN }}
254254
# So we have access to the formula
255-
- name: Fetch local artifacts
255+
- name: Fetch homebrew formulae
256256
uses: actions/download-artifact@v4
257257
with:
258258
pattern: artifacts-*

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ rusqlite = { package = "libsql-rusqlite", path = "vendored/rusqlite", version =
4646
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
4747
cargo-dist-version = "0.14.1"
4848
# CI backends to support
49-
ci = ["github"]
49+
ci = "github"
5050
# The installers to generate for each app
5151
installers = ["shell", "homebrew"]
5252
# A GitHub repo to push Homebrew formulas to

0 commit comments

Comments
 (0)