Skip to content

Commit

Permalink
Update to Rust 1.48.0
Browse files Browse the repository at this point in the history
Summary: Release notes: https://github.com/rust-lang/rust/blob/stable/RELEASES.md#version-1480-2020-11-19

Reviewed By: jsgf

Differential Revision: D25011931

fbshipit-source-id: 04ad2c41d1589c7514b0550b20fd8ae0015dc118
  • Loading branch information
David Tolnay authored and facebook-github-bot committed Nov 18, 2020
1 parent a9f0f23 commit b682dd6
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/eden_scm_lib_edenapi_tools_linux.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Rust Stable
uses: actions-rs/toolchain@v1
with:
toolchain: 1.47.0
toolchain: 1.48.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
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install Rust Stable
uses: actions-rs/toolchain@v1
with:
toolchain: 1.47.0
toolchain: 1.48.0
default: true
profile: minimal
- name: Install system deps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/edenscm_linux.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Rust Stable
uses: actions-rs/toolchain@v1
with:
toolchain: 1.47.0
toolchain: 1.48.0
default: true
profile: minimal
- name: Install Python 2.7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/edenscm_mac.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install Rust Stable
uses: actions-rs/toolchain@v1
with:
toolchain: 1.47.0
toolchain: 1.48.0
default: true
profile: minimal
- name: Install Python 2.7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mononoke-integration_linux.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install Rust Stable
uses: actions-rs/toolchain@v1
with:
toolchain: 1.47.0
toolchain: 1.48.0
default: true
profile: minimal
- name: Install Python 2.7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mononoke-integration_mac.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Rust Stable
uses: actions-rs/toolchain@v1
with:
toolchain: 1.47.0
toolchain: 1.48.0
default: true
profile: minimal
- name: Install Python 2.7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mononoke_linux.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install Rust Stable
uses: actions-rs/toolchain@v1
with:
toolchain: 1.47.0
toolchain: 1.48.0
default: true
profile: minimal
- name: Install system deps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mononoke_mac.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Rust Stable
uses: actions-rs/toolchain@v1
with:
toolchain: 1.47.0
toolchain: 1.48.0
default: true
profile: minimal
- name: Install system deps
Expand Down

0 comments on commit b682dd6

Please sign in to comment.