Skip to content

Commit

Permalink
Merge pull request #453 from axodotdev/rel39
Browse files Browse the repository at this point in the history
release: 0.3.0-prerelease.9
  • Loading branch information
Gankra authored Sep 27, 2023
2 parents a3bdd5c + 2c329d7 commit 4371fcd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
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,7 +1,7 @@
[package]
name = "cargo-dist-schema"
description = "Schema information for cargo-dist's dist-manifest.json"
version = "0.3.0-prerelease.8"
version = "0.3.0-prerelease.9"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/axodotdev/cargo-dist"
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.3.0-prerelease.8"
version = "0.3.0-prerelease.9"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/axodotdev/cargo-dist"
Expand Down Expand Up @@ -30,7 +30,7 @@ clap-cargo = { version = "0.10.0", optional = true }
axocli = { version = "0.1.0", optional = true }

# Features used by the cli and library
cargo-dist-schema = { version = "=0.3.0-prerelease.8", path = "../cargo-dist-schema" }
cargo-dist-schema = { version = "=0.3.0-prerelease.9", path = "../cargo-dist-schema" }

axoasset = { version = "0.5.1", features = ["json-serde", "toml-serde", "toml-edit", "compression"] }
axoproject = { version = "0.4.7", default-features = false, features = ["cargo-projects"] }
Expand Down
12 changes: 6 additions & 6 deletions cargo-dist/tests/snapshots/axolotlsay_user_publish_job.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2149,7 +2149,7 @@ maybeInstall(true).then(run);
# CI that:
#
# * checks for a Git Tag that looks like a release
# * builds artifacts with cargo-dist (executable-zips, installers, hashes)
# * builds artifacts with cargo-dist (archives, installers, hashes)
# * uploads those artifacts to temporary workflow zip
# * on success, uploads the artifacts to a Github Release
#
Expand Down Expand Up @@ -2199,7 +2199,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install cargo-dist
Expand Down Expand Up @@ -2238,7 +2238,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: swatinem/rust-cache@v2
Expand Down Expand Up @@ -2272,7 +2272,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install cargo-dist
Expand Down Expand Up @@ -2320,7 +2320,7 @@ jobs:
GITHUB_EMAIL: "admin+bot@axo.dev"
if: ${{ !fromJson(needs.plan.outputs.val).announcement_is_prerelease || fromJson(needs.plan.outputs.val).publish_prereleases }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: "axodotdev/homebrew-packages"
token: ${{ secrets.HOMEBREW_TAP_TOKEN }}
Expand Down Expand Up @@ -2367,7 +2367,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: "Download artifacts"
Expand Down

0 comments on commit 4371fcd

Please sign in to comment.