Skip to content

Commit 2f2fd50

Browse files
pin rustc to 1.44 (#66)
Summary: This fixes build errors on GitHub. Pull Request resolved: #66 Reviewed By: jsgf Differential Revision: D24254833 Pulled By: lukaspiatkowski fbshipit-source-id: 85cd791f0ef86cc791885fe5cfcbee3a9b88af39
1 parent 964e010 commit 2f2fd50

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/eden_scm_lib_edenapi_tools_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install Rust Stable
1919
uses: actions-rs/toolchain@v1
2020
with:
21-
toolchain: stable
21+
toolchain: 1.44.0
2222
default: true
2323
profile: minimal
2424
- name: Install system deps

.github/workflows/eden_scm_lib_edenapi_tools_mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install Rust Stable
1717
uses: actions-rs/toolchain@v1
1818
with:
19-
toolchain: stable
19+
toolchain: 1.44.0
2020
default: true
2121
profile: minimal
2222
- name: Install system deps

.github/workflows/edenscm_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install Rust Stable
1919
uses: actions-rs/toolchain@v1
2020
with:
21-
toolchain: stable
21+
toolchain: 1.44.0
2222
default: true
2323
profile: minimal
2424
- name: Install Python 2.7

.github/workflows/edenscm_mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install Rust Stable
1717
uses: actions-rs/toolchain@v1
1818
with:
19-
toolchain: stable
19+
toolchain: 1.44.0
2020
default: true
2121
profile: minimal
2222
- name: Install Python 2.7

0 commit comments

Comments
 (0)