Skip to content

Commit 2305d91

Browse files
committed
Release v0.12.0
1 parent f6cb47d commit 2305d91

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ Normally, Rust libraries have a [minimum supported Rust version][msrv] because t
5959
[Argus]: https://github.com/cognitive-engineering-lab/argus
6060
[Clippy]: https://github.com/rust-lang/rust-clippy
6161
[example]: https://github.com/cognitive-engineering-lab/rustc_plugin/tree/main/crates/rustc_plugin/examples/print-all-items
62-
[docs]: https://cognitive-engineering-lab.github.io/rustc_plugin/v0.11.0-nightly-2024-12-01/rustc_plugin/
63-
[docs-utils]: https://cognitive-engineering-lab.github.io/rustc_plugin/v0.11.0-nightly-2024-12-01/rustc_utils/
62+
[docs]: https://cognitive-engineering-lab.github.io/rustc_plugin/v0.12.0-nightly-2024-12-15/rustc_plugin/
63+
[docs-utils]: https://cognitive-engineering-lab.github.io/rustc_plugin/v0.12.0-nightly-2024-12-15/rustc_utils/
6464
[msrv]: https://doc.rust-lang.org/cargo/reference/manifest.html#the-rust-version-field

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.11.0-nightly-2024-12-01"
3+
version = "0.12.0-nightly-2024-12-15"
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.11.0-nightly-2024-12-01"
3+
version = "0.12.0-nightly-2024-12-15"
44
edition = "2021"
55
authors = ["Will Crichton <crichton.will@gmail.com>"]
66
description = "Utilities for working with the Rust compiler"

0 commit comments

Comments
 (0)