Skip to content

Commit ba1369b

Browse files
rust/oss: update rustc version to 1.47 in rust-shed and eden GitHub workflows (#14)
Summary: Pull Request resolved: facebookexperimental/rust-shed#14 Pull Request resolved: #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
1 parent d7cf79c commit ba1369b

8 files changed

+8
-8
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: 1.44.0
21+
toolchain: 1.47.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: 1.44.0
19+
toolchain: 1.47.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: 1.44.0
21+
toolchain: 1.47.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: 1.44.0
19+
toolchain: 1.47.0
2020
default: true
2121
profile: minimal
2222
- name: Install Python 2.7

.github/workflows/mononoke-integration_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install Rust Stable
2727
uses: actions-rs/toolchain@v1
2828
with:
29-
toolchain: 1.44.0
29+
toolchain: 1.47.0
3030
default: true
3131
profile: minimal
3232
- name: Install Python 2.7

.github/workflows/mononoke-integration_mac.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: 1.44.0
21+
toolchain: 1.47.0
2222
default: true
2323
profile: minimal
2424
- name: Install Python 2.7

.github/workflows/mononoke_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install Rust Stable
2727
uses: actions-rs/toolchain@v1
2828
with:
29-
toolchain: 1.44.0
29+
toolchain: 1.47.0
3030
default: true
3131
profile: minimal
3232
- name: Install system deps

.github/workflows/mononoke_mac.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: 1.44.0
21+
toolchain: 1.47.0
2222
default: true
2323
profile: minimal
2424
- name: Install system deps

0 commit comments

Comments
 (0)