Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Jan 4, 2024
1 parent 518ff0c commit 690e545
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,12 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: stellar/actions/rust-cache@main
- run: rustup update
- name: Get minimum supported Rust version
id: msrv
run: echo msrv="$(cargo metadata --format-version 1 | jq -r '.packages | .[] | select(.name == "stellar-xdr") | .rust_version')" >> $GITHUB_OUTPUT
- name: Use the minimum supported Rust version
run: rustup override set ${{ steps.msrv.outputs.msrv }}
- run: rustup update
- run: rustup component add clippy --toolchain 1.74
- run: rustup target add ${{ matrix.sys.target }}
- run: cargo version
- uses: stellar/binaries@v12
Expand Down

0 comments on commit 690e545

Please sign in to comment.