Skip to content

Commit

Permalink
Update rust toolchain to 1.72.0 (#4419)
Browse files Browse the repository at this point in the history
Summary:
This will also unblock the build in OSS

Pull Request resolved: #4419

Reviewed By: tyao1

Differential Revision: D48652030

Pulled By: alunyov

fbshipit-source-id: e5aa7c2992516b752663129da0adb98c6da0331f
  • Loading branch information
alunyov authored and facebook-github-bot committed Aug 24, 2023
1 parent 356bc78 commit 8aed872
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.64.0
toolchain: 1.72.0
override: true
- name: "Run tests"
run: cargo test --manifest-path=compiler/Cargo.toml --locked ${{ matrix.target.features && '--features' }} ${{ matrix.target.features }}
Expand All @@ -118,7 +118,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.64.0
toolchain: 1.72.0
override: true
- name: "Update fixture tests"
run: ./scripts/update-fixtures.sh
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.64.0
toolchain: 1.72.0
override: true
target: ${{ matrix.target.target }}
- uses: actions/setup-node@v2
Expand Down

0 comments on commit 8aed872

Please sign in to comment.