diff --git a/Cargo.lock b/Cargo.lock index 4c3fd23b5..e25549333 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -290,7 +290,7 @@ dependencies = [ [[package]] name = "cargo-dist" -version = "0.3.0-prerelease.8" +version = "0.3.0-prerelease.9" dependencies = [ "axoasset", "axocli", @@ -325,7 +325,7 @@ dependencies = [ [[package]] name = "cargo-dist-schema" -version = "0.3.0-prerelease.8" +version = "0.3.0-prerelease.9" dependencies = [ "camino", "insta", diff --git a/cargo-dist-schema/Cargo.toml b/cargo-dist-schema/Cargo.toml index a388530bf..fb599b721 100644 --- a/cargo-dist-schema/Cargo.toml +++ b/cargo-dist-schema/Cargo.toml @@ -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" diff --git a/cargo-dist/Cargo.toml b/cargo-dist/Cargo.toml index 6281874f2..092500050 100644 --- a/cargo-dist/Cargo.toml +++ b/cargo-dist/Cargo.toml @@ -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" @@ -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"] } diff --git a/cargo-dist/tests/snapshots/axolotlsay_user_publish_job.snap b/cargo-dist/tests/snapshots/axolotlsay_user_publish_job.snap index 5b84ba94c..e1121ff15 100644 --- a/cargo-dist/tests/snapshots/axolotlsay_user_publish_job.snap +++ b/cargo-dist/tests/snapshots/axolotlsay_user_publish_job.snap @@ -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ā„¢ # @@ -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 @@ -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 @@ -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 @@ -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 }} @@ -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"