Skip to content

Commit

Permalink
bring versions back down to 0.0.1, update bootstrap dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Gankra committed Jan 19, 2023
1 parent 5140834 commit 63c4cc6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ jobs:
include:
- target: x86_64-unknown-linux-gnu
os: ubuntu-20.04
install-dist: curl --proto '=https' --tlsv1.2 -L -sSf https://github.com/axodotdev/cargo-dist/releases/download/v0.2.2-prerelease6/installer.sh | sh
install-dist: curl --proto '=https' --tlsv1.2 -L -sSf https://github.com/axodotdev/cargo-dist/releases/download/v0.2.2-prerelease8/installer.sh | sh
- target: x86_64-apple-darwin
os: macos-11
install-dist: curl --proto '=https' --tlsv1.2 -L -sSf https://github.com/axodotdev/cargo-dist/releases/download/v0.2.2-prerelease6/installer.sh | sh
install-dist: curl --proto '=https' --tlsv1.2 -L -sSf https://github.com/axodotdev/cargo-dist/releases/download/v0.2.2-prerelease8/installer.sh | sh
- target: x86_64-pc-windows-msvc
os: windows-2019
install-dist: irm 'https://github.com/axodotdev/cargo-dist/releases/download/v0.2.2-prerelease6/installer.ps1' | iex
install-dist: irm 'https://github.com/axodotdev/cargo-dist/releases/download/v0.2.2-prerelease8/installer.ps1' | iex
runs-on: ${{ matrix.os }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Install Rust
run: rustup update stable && rustup default stable
- name: Install cargo-dist
run: curl --proto '=https' --tlsv1.2 -L -sSf https://github.com/axodotdev/cargo-dist/releases/download/v0.2.2-prerelease6/installer.sh | sh
run: curl --proto '=https' --tlsv1.2 -L -sSf https://github.com/axodotdev/cargo-dist/releases/download/v0.2.2-prerelease8/installer.sh | sh
- name: Run cargo-dist manifest
run: |
cargo dist manifest --no-local-paths --output-format=json $ALL_CARGO_DIST_TARGET_ARGS $ALL_CARGO_DIST_INSTALLER_ARGS > dist-manifest.json
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cargo-dist-schema/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-dist-schema"
version = "0.2.2-prerelease8"
version = "0.0.1-prerelease1"
edition = "2021"
exclude = [
"book/*",
Expand Down
4 changes: 2 additions & 2 deletions cargo-dist/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cargo-dist"
description = "Shippable application packaging for Rust"
version = "0.2.2-prerelease8"
version = "0.0.1-prerelease1"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/axodotdev/cargo-dist"
Expand Down Expand Up @@ -32,7 +32,7 @@ console = { version = "0.15.1", optional = true }
clap-cargo = { version = "0.10.0", optional = true }

# Features used by the cli and library
cargo-dist-schema = { version = "=0.2.2-prerelease8", path = "../cargo-dist-schema" }
cargo-dist-schema = { version = "=0.0.1-prerelease1", path = "../cargo-dist-schema" }
miette = { version = "5.3.0" }
thiserror = "1.0.35"
tracing = { version = "0.1.36", features = ["log"] }
Expand Down

0 comments on commit 63c4cc6

Please sign in to comment.