File tree Expand file tree Collapse file tree 4 files changed +13
-9
lines changed
Expand file tree Collapse file tree 4 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 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:
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 :
Original file line number Diff line number Diff line change @@ -74,10 +74,14 @@ and can be installed with the following commands:
7474 ` ` `
7575
7676You 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+ 84+ ` ` `
8185
8286You can also build Solar from source:
8387- From crates.io:
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
99ci = " github"
1010# The installers to generate for each app
@@ -33,6 +33,7 @@ github-release = "announce"
3333install-updater = false
3434# Path that installers should place binaries in
3535install-path = [" $XDG_BIN_HOME/" , " $XDG_DATA_HOME/../bin" , " ~/.local/bin" ]
36+ # The preferred Rust toolchain to use in CI (rustup toolchain syntax)
3637rust-toolchain-version = " stable"
3738
3839[dist .dependencies .apt ]
You can’t perform that action at this time.
0 commit comments