Skip to content

Commit de0bc8b

Browse files
committed
build(ci): update to dist 0.30.2
1 parent e013ea1 commit de0bc8b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
# we specify bash to get pipefail; it guards against the `curl` command
6565
# failing. otherwise `sh` won't catch that `curl` returned non-0
6666
shell: bash
67-
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.30.1/cargo-dist-installer.sh | sh"
67+
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.30.2/cargo-dist-installer.sh | sh"
6868
- name: Cache dist
6969
uses: actions/upload-artifact@v4
7070
with:

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ just = "1.43"
4848
reqwest = { version = "0.12", features = ["blocking"] }
4949
anyhow = "1.0"
5050
tokio = { version = "1.48", features = ["full"] }
51-
async-nats = "0.44"
51+
async-nats = "0.45"
5252
minio = "0.3"
5353

5454
[profile.release]
@@ -66,7 +66,7 @@ lto = true
6666
# Config for 'dist'
6767
[workspace.metadata.dist]
6868
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
69-
cargo-dist-version = "0.30.1"
69+
cargo-dist-version = "0.30.2"
7070
# CI backends to support
7171
ci = "github"
7272
# The installers to generate for each app

0 commit comments

Comments
 (0)