Skip to content

Commit

Permalink
Bump Bazel build to rustc 1.60.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Apr 11, 2022
1 parent ef4cf85 commit 43bb093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WORKSPACE
Expand Up @@ -14,7 +14,7 @@ http_archive(

load("@rules_rust//rust:repositories.bzl", "rust_repositories")

RUST_VERSION = "1.59.0"
RUST_VERSION = "1.60.0"

rust_repositories(version = RUST_VERSION)

Expand Down

0 comments on commit 43bb093

Please sign in to comment.