Skip to content

Commit 1a21465

Browse files
committed
Bump MSRV to 1.76
``` error: package `toml_writer v1.0.6+spec-1.1.0` cannot be built because it requires rustc 1.76 or newer, while the currently active rustc version is 1.75.0 ```
1 parent 76c6ec3 commit 1a21465

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name = "macrotest"
33
version = "1.2.0"
44
authors = ["eupn <eupn@protonmail.com>"]
55
edition = "2021"
6-
rust-version = "1.66"
6+
# NB: Sync with README.md and src/lib.rs.
7+
rust-version = "1.76"
78
license = "MIT OR Apache-2.0"
89
readme = "README.md"
910
repository = "https://github.com/eupn/macrotest"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
Similar to [trybuild], but allows you to test how declarative or procedural macros are expanded.
1111

12-
*Minimal Supported Rust Version: 1.66*
12+
*Minimal Supported Rust Version: 1.76*
1313

1414
----
1515

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//!
55
//! Similar to [trybuild], but allows you to write tests on how macros are expanded.
66
//!
7-
//! *Minimal Supported Rust Version: 1.66*
7+
//! *Minimal Supported Rust Version: 1.76*
88
//!
99
//! <br>
1010
//!

0 commit comments

Comments
 (0)