Skip to content

Commit

Permalink
chore: Update Rust to 1.55.0 and clap to 3.0.0-beta.5 (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamspofford-dfinity authored Dec 14, 2021
1 parent 34f6f90 commit 0fb0ae3
Show file tree
Hide file tree
Showing 24 changed files with 263 additions and 243 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
rust: [ '1.52.1' ]
rust: [ '1.55.0' ]
os: [ ubuntu-latest ]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ic-ref.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
ghc: '8.8.4'
spec: '0.18.0'
os: ubuntu-latest
rust: 1.52.1
rust: 1.55.0

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/icx_asset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ macos-latest ]
rust: [ '1.52.1' ]
rust: [ '1.55.0' ]

steps:
- uses: actions/checkout@v1
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
rust: [ '1.52.1' ]
rust: [ '1.55.0' ]
os: [ ubuntu-latest ]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
rust: [ '1.52.1' ]
rust: [ '1.55.0' ]
os: [ ubuntu-latest ]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: macos
binary_path: target/release
binary_files: icx
rust: 1.52.1
rust: 1.55.0
steps:
- uses: actions/checkout@master

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
rust: [ '1.52.1' ]
rust: [ '1.55.0' ]
os: [ ubuntu-latest, macos-latest, windows-latest ]

steps:
Expand Down
Loading

0 comments on commit 0fb0ae3

Please sign in to comment.