Skip to content

Commit 6db0051

Browse files
committed
Update to nightly-2025-03-03
1 parent 37f21b9 commit 6db0051

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

crates/rustc_plugin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustc_plugin"
3-
version = "0.13.0-nightly-2025-03-02"
3+
version = "0.13.0-nightly-2025-03-03"
44
edition = "2021"
55
authors = ["Will Crichton <crichton.will@gmail.com>"]
66
description = "A framework for writing plugins that integrate with the Rust compiler"

crates/rustc_utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustc_utils"
3-
version = "0.13.0-nightly-2025-03-02"
3+
version = "0.13.0-nightly-2025-03-03"
44
edition = "2021"
55
authors = ["Will Crichton <crichton.will@gmail.com>"]
66
description = "Utilities for working with the Rust compiler"

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "nightly-2025-03-02"
2+
channel = "nightly-2025-03-03"
33
components = ["clippy", "rust-src", "rustc-dev", "llvm-tools-preview"]

0 commit comments

Comments
 (0)