Skip to content

Commit 098694e

Browse files
authored
chore: update cargo-dist and move off of fork (#400)
1 parent c902648 commit 098694e

File tree

4 files changed

+13
-9
lines changed

4 files changed

+13
-9
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# This file was autogenerated by dist: https://github.com/astral-sh/cargo-dist
1+
# This file was autogenerated by dist: https://axodotdev.github.io/cargo-dist
22
#
33
# Copyright 2022-2024, axodotdev
4-
# Copyright 2025 Astral Software Inc.
54
# SPDX-License-Identifier: MIT or Apache-2.0
65
#
76
# CI that:
@@ -66,7 +65,7 @@ jobs:
6665
# we specify bash to get pipefail; it guards against the `curl` command
6766
# failing. otherwise `sh` won't catch that `curl` returned non-0
6867
shell: bash
69-
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/cargo-dist/releases/download/v0.28.5/cargo-dist-installer.sh | sh"
68+
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.29.0/cargo-dist-installer.sh | sh"
7069
- name: Cache dist
7170
uses: actions/upload-artifact@v4
7271
with:

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,14 @@ and can be installed with the following commands:
7474
```
7575

7676
You can also use [`cargo binstall`](https://github.com/cargo-bins/cargo-binstall):
77-
78-
```bash
79-
cargo binstall solar-compiler
80-
```
77+
- Latest version:
78+
```bash
79+
cargo binstall solar-compiler
80+
```
81+
- For a specific version:
82+
```bash
83+
cargo binstall [email protected]
84+
```
8185

8286
You can also build Solar from source:
8387
- From crates.io:

RELEASE_CHECKLIST.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ changed or not.
1010

1111
- [cargo-release](https://github.com/crate-ci/cargo-release): `cargo install cargo-release`
1212
- [git-cliff](https://github.com/orhun/git-cliff) (patched with [orhun/git-cliff#711](https://github.com/orhun/git-cliff/pull/711)): `cargo install --git https://github.com/DaniPopes/git-cliff.git --branch fix-include-paths git-cliff`
13-
- [dist](https://github.com/astral-sh/cargo-dist): `cargo install cargo-dist --git https://github.com/astral-sh/cargo-dist`
13+
- [dist](https://github.com/astral-sh/cargo-dist): `cargo install cargo-dist`
1414

1515
## Steps
1616

dist-workspace.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ members = ["cargo:."]
44
# Config for 'dist'
55
[dist]
66
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
7-
cargo-dist-version = "0.28.5"
7+
cargo-dist-version = "0.29.0"
88
# CI backends to support
99
ci = "github"
1010
# The installers to generate for each app
@@ -33,6 +33,7 @@ github-release = "announce"
3333
install-updater = false
3434
# Path that installers should place binaries in
3535
install-path = ["$XDG_BIN_HOME/", "$XDG_DATA_HOME/../bin", "~/.local/bin"]
36+
# The preferred Rust toolchain to use in CI (rustup toolchain syntax)
3637
rust-toolchain-version = "stable"
3738

3839
[dist.dependencies.apt]

0 commit comments

Comments
 (0)