Skip to content

Commit

Permalink
rust/oss: update rustc version to 1.47 in rust-shed and eden GitHub w…
Browse files Browse the repository at this point in the history
…orkflows (facebookexperimental#14)

Summary:
Pull Request resolved: facebookexperimental#14

Pull Request resolved: facebook/sapling#68

Internal codebase was updated to 1.47 with code changes that are no longer compatible with 1.44. Updating to OSS 1.47 to fix build.

Reviewed By: ikostia, mzr

Differential Revision: D24389087

fbshipit-source-id: b4152b7761b4f584e44ff5e0dfe415414ced8a94
  • Loading branch information
lukaspiatkowski committed Oct 21, 2020
1 parent 7fcf6d2 commit 5e8122f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install Rust Stable
uses: actions-rs/toolchain@v1
with:
toolchain: 1.44.0
toolchain: 1.47.0
default: true
profile: minimal
- name: Install system deps
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Install Rust Stable
uses: actions-rs/toolchain@v1
with:
toolchain: 1.44.0
toolchain: 1.47.0
default: true
profile: minimal
- name: Install system deps
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Install Rust Stable
uses: actions-rs/toolchain@v1
with:
toolchain: 1.44.0
toolchain: 1.47.0
default: true
profile: minimal
- name: Export boost environment
Expand Down

0 comments on commit 5e8122f

Please sign in to comment.