Skip to content

Commit

Permalink
Revert version update of cargo_metadata
Browse files Browse the repository at this point in the history
This reverts the version of `cargo_metadata` to `0.15.4`, that undos PR
geiger-rs#483.

* update all GH checkout actions to version 4
  • Loading branch information
justahero committed Dec 4, 2024
1 parent e2ddd16 commit c7b57ee
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cache-zigs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
outputs:
matrix-json: ${{ steps.set-matrix.outputs.matrix }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
repository: rinse-repeat/zig-gh-helper
path: zig-helper
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# MacOS
- runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo test -- --skip args::args_tests::update_config_test_color_choice::case_4 --skip test_package

Expand All @@ -33,7 +33,7 @@ jobs:
# name: Check that clippy is happy
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: actions/checkout@v4
# - uses: dtolnay/[email protected]
# with:
# components: clippy
Expand All @@ -43,7 +43,7 @@ jobs:
name: Check formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
outputs:
matrix-json: ${{ steps.set-matrix.outputs.matrix }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
path: release-repo
- id: set-matrix
Expand Down
18 changes: 2 additions & 16 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-geiger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ maintenance = { status = "experimental" }
anyhow = "1.0.70"
cargo = "0.75.1"
cargo-geiger-serde = { path = "../cargo-geiger-serde", version = "0.2.3" }
cargo_metadata = "0.18.1"
cargo_metadata = "0.15.4"
cargo-platform = "0.1.2"
colored = "2.0.0"
console = "0.15.5"
Expand Down

0 comments on commit c7b57ee

Please sign in to comment.