Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rust: upgrade to Rust 1.52.0 #4947

Merged
merged 1 commit into from
May 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,11 @@ jobs:
matrix:
mode: ['native']
platform: ['ubuntu-16.04', 'macos-10.15']
rust_version: ['1.51.0']
rust_version: ['1.52.0']
include:
- mode: 'universal'
platform: 'ubuntu-16.04'
rust_version: '1.51.0'
rust_version: '1.52.0'
steps:
- uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e
- uses: actions/setup-python@152ba7c4dd6521b8e9c93f72d362ce03bf6c4f20
Expand Down Expand Up @@ -235,7 +235,7 @@ jobs:
runs-on: ubuntu-16.04
strategy:
matrix:
rust_version: ['1.51.0']
rust_version: ['1.52.0']
cargo_raze_version: ['0.12.0']
steps:
- uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e
Expand Down
2 changes: 1 addition & 1 deletion third_party/rust.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ load("//third_party/rust:crates.bzl", "raze_fetch_remote_crates")

def tensorboard_rust_workspace():
"""TensorBoard Rust dependencies."""
rust_repositories(version = "1.51.0")
rust_repositories(version = "1.52.0")
raze_fetch_remote_crates()