Skip to content

Commit

Permalink
Pin xargo to v0.3.25
Browse files Browse the repository at this point in the history
As xargo v0.3.26 contains breaking changes, specifically this: japaric/xargo@v0.3.25...v0.3.26#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L147-R148 which caused an `error[E0463]: can't find crate for "core"` error when building

Co-authored-by: Reuven Podmazo <[email protected]>
  • Loading branch information
assafmo and reuvenpo committed Jul 5, 2022
1 parent 4db2d25 commit a8f623f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
cargo --version
rustc --version
cargo +stable install xargo
cargo +stable install xargo@0.3.25
xargo --version
- name: Download sccache
run: |
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
run: |
cargo --version
rustc --version
cargo +stable install xargo
cargo +stable install xargo@0.3.25
xargo --version
- name: Download sccache
run: |
Expand Down Expand Up @@ -239,7 +239,7 @@ jobs:
run: |
cargo --version
rustc --version
cargo +stable install xargo
cargo +stable install xargo@0.3.25
xargo --version
- name: Download sccache
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- run: rustup component add rust-src clippy
- name: Install xargo
run: |
cargo +stable install xargo
cargo +stable install xargo@0.3.25
xargo --version
- name: Download sccache
run: |
Expand Down

0 comments on commit a8f623f

Please sign in to comment.