Skip to content

Commit

Permalink
Revert "Bump MSRV to 1.60" (eupn#109)
Browse files Browse the repository at this point in the history
See eupn#108 (comment) for details.
  • Loading branch information
taiki-e committed Mar 30, 2024
1 parent b71fbe3 commit d5ac20a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -3,7 +3,7 @@ name = "macrotest"
version = "1.0.11" # remember to update in lib.rs
authors = ["eupn <eupn@protonmail.com>"]
edition = "2018"
rust-version = "1.60"
rust-version = "1.56"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/eupn/macrotest"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -2,14 +2,14 @@

[![Travis-CI](https://api.travis-ci.com/eupn/macrotest.svg?branch=master)](https://travis-ci.com/eupn/macrotest)
[![Crates.io](https://img.shields.io/crates/v/macrotest)](https://crates.io/crates/macrotest)
![MSRV 1.60](https://img.shields.io/badge/MSRV-1.60-orange.svg)
![MSRV 1.56](https://img.shields.io/badge/MSRV-1.56-orange.svg)
[![docs.rs](https://docs.rs/macrotest/badge.svg)](https://docs.rs/macrotest/)
[![Crates.io](https://img.shields.io/crates/d/macrotest)](https://crates.io/crates/macrotest)
[![Crates.io](https://img.shields.io/crates/l/macrotest)](https://crates.io/crates/macrotest)

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

*Minimal Supported Rust Version: 1.60*
*Minimal Supported Rust Version: 1.56*

----

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -5,7 +5,7 @@
//!
//! Similar to [trybuild], but allows you to write tests on how macros are expanded.
//!
//! *Minimal Supported Rust Version: 1.60*
//! *Minimal Supported Rust Version: 1.56*
//!
//! <br>
//!
Expand Down

0 comments on commit d5ac20a

Please sign in to comment.