Skip to content

Commit

Permalink
pin rustc to 1.44 (#66)
Browse files Browse the repository at this point in the history
Summary:
This fixes build errors on GitHub.

Pull Request resolved: #66

Reviewed By: jsgf

Differential Revision: D24254833

Pulled By: lukaspiatkowski

fbshipit-source-id: 85cd791f0ef86cc791885fe5cfcbee3a9b88af39
  • Loading branch information
lukaspiatkowski authored and facebook-github-bot committed Oct 12, 2020
1 parent 964e010 commit 2f2fd50
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/eden_scm_lib_edenapi_tools_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Rust Stable
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.44.0
default: true
profile: minimal
- name: Install system deps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/eden_scm_lib_edenapi_tools_mac.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: stable
toolchain: 1.44.0
default: true
profile: minimal
- name: Install system deps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/edenscm_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Rust Stable
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.44.0
default: true
profile: minimal
- name: Install Python 2.7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/edenscm_mac.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: stable
toolchain: 1.44.0
default: true
profile: minimal
- name: Install Python 2.7
Expand Down

0 comments on commit 2f2fd50

Please sign in to comment.