Skip to content

Commit 7a49c7b

Browse files
authored
Merge pull request #262 from csnover/fix-msrv
Update MSRV to reflect changes to dependencies
2 parents 3db4c4c + 4fc90bf commit 7a49c7b

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ exclude = ["screenshots/*"]
1010
keywords = ["macros", "testing", "dev-dependencies"]
1111
license = "MIT OR Apache-2.0"
1212
repository = "https://github.com/dtolnay/trybuild"
13-
rust-version = "1.56"
13+
rust-version = "1.70"
1414

1515
[features]
1616
# Experimental: highlight the diff between the expected and actual compiler

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ misuse of non-macro APIs.
3232
trybuild = "1.0"
3333
```
3434

35-
*Compiler support: requires rustc 1.45+*
36-
3735
<br>
3836

3937
## Compile-fail tests

0 commit comments

Comments
 (0)