File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "macrotest"
3
3
version = " 1.0.11" # remember to update in lib.rs
4
4
authors = [
" eupn <[email protected] >" ]
5
5
edition = " 2018"
6
- rust-version = " 1.60 "
6
+ rust-version = " 1.56 "
7
7
license = " MIT OR Apache-2.0"
8
8
readme = " README.md"
9
9
repository = " https://github.com/eupn/macrotest"
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Travis-CI] ( https://api.travis-ci.com/eupn/macrotest.svg?branch=master )] ( https://travis-ci.com/eupn/macrotest )
4
4
[ ![ Crates.io] ( https://img.shields.io/crates/v/macrotest )] ( https://crates.io/crates/macrotest )
5
- ![ MSRV 1.60 ] ( https://img.shields.io/badge/MSRV-1.60 -orange.svg )
5
+ ![ MSRV 1.56 ] ( https://img.shields.io/badge/MSRV-1.56 -orange.svg )
6
6
[ ![ docs.rs] ( https://docs.rs/macrotest/badge.svg )] ( https://docs.rs/macrotest/ )
7
7
[ ![ Crates.io] ( https://img.shields.io/crates/d/macrotest )] ( https://crates.io/crates/macrotest )
8
8
[ ![ Crates.io] ( https://img.shields.io/crates/l/macrotest )] ( https://crates.io/crates/macrotest )
9
9
10
10
Similar to [ trybuild] , but allows you to test how declarative or procedural macros are expanded.
11
11
12
- * Minimal Supported Rust Version: 1.60 *
12
+ * Minimal Supported Rust Version: 1.56 *
13
13
14
14
----
15
15
Original file line number Diff line number Diff line change 5
5
//!
6
6
//! Similar to [trybuild], but allows you to write tests on how macros are expanded.
7
7
//!
8
- //! *Minimal Supported Rust Version: 1.60 *
8
+ //! *Minimal Supported Rust Version: 1.56 *
9
9
//!
10
10
//! <br>
11
11
//!
You can’t perform that action at this time.
0 commit comments