Skip to content

Commit

Permalink
Merge pull request #262 from csnover/fix-msrv
Browse files Browse the repository at this point in the history
Update MSRV to reflect changes to dependencies
  • Loading branch information
dtolnay committed Mar 30, 2024
2 parents 3db4c4c + 4fc90bf commit 7a49c7b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exclude = ["screenshots/*"]
keywords = ["macros", "testing", "dev-dependencies"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dtolnay/trybuild"
rust-version = "1.56"
rust-version = "1.70"

[features]
# Experimental: highlight the diff between the expected and actual compiler
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ misuse of non-macro APIs.
trybuild = "1.0"
```

*Compiler support: requires rustc 1.45+*

<br>

## Compile-fail tests
Expand Down

0 comments on commit 7a49c7b

Please sign in to comment.