Skip to content

Commit 410a21b

Browse files
committed
Don't update default nightly version
1 parent 945fd43 commit 410a21b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/private/common.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ load(":providers.bzl", "CrateGroupInfo", "CrateInfo", "DepInfo", "DepVariantInfo
3333
# you remove it or change its format, you will also need to update that code.
3434
DEFAULT_RUST_VERSION = "1.84.0"
3535

36-
DEFAULT_NIGHTLY_ISO_DATE = "2025-01-09"
36+
DEFAULT_NIGHTLY_ISO_DATE = "2024-11-28"
3737

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

0 commit comments

Comments
 (0)