Skip to content

Commit 142c885

Browse files
committed
Bump default version of rustc.
1 parent db2fe8d commit 142c885

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust/private/common.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ load(":providers.bzl", "CrateGroupInfo", "CrateInfo", "DepInfo", "DepVariantInfo
3131
#
3232
# Note: Code in `.github/workflows/crate_universe.yaml` looks for this line, if
3333
# you remove it or change its format, you will also need to update that code.
34-
DEFAULT_RUST_VERSION = "1.86.0"
34+
DEFAULT_RUST_VERSION = "1.89.0"
3535

36-
DEFAULT_NIGHTLY_ISO_DATE = "2025-04-03"
36+
DEFAULT_NIGHTLY_ISO_DATE = "2025-08-07"
3737

3838
def _create_crate_info(**kwargs):
3939
"""A constructor for a `CrateInfo` provider

0 commit comments

Comments
 (0)