Skip to content

Commit 5479436

Browse files
committed
Fix bazel
1 parent 119ecfb commit 5479436

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+1372
-824
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- uses: actions-rs/toolchain@v1
6060
with:
6161
profile: minimal
62-
toolchain: 1.52
62+
toolchain: 1.60
6363
override: true
6464
components: clippy, rustfmt
6565
- uses: Swatinem/rust-cache@v1

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ http_archive(
1111
)
1212

1313
load("@rules_rust//rust:repositories.bzl", "rust_repositories")
14-
rust_repositories(version = "1.50.0", edition="2018")
14+
rust_repositories(version = "1.60.0", edition="2018")
1515

1616
http_archive(
1717
name = "io_bazel_rules_docker",

0 commit comments

Comments
 (0)