Skip to content

Commit

Permalink
Update MSRV to reflect changes to dependencies
Browse files Browse the repository at this point in the history
Replacing basic-toml crate in #239 raised MSRV
to 1.67 (toml_datetime specifies this minimum), but CI workflow was
updated to 1.70 in that PR, so this patch raises MSRV to 1.70
instead.

A reference to even older MSRV in the README is removed entirely
since this information lives in Cargo.toml as of Rust 1.56.
  • Loading branch information
csnover committed Mar 30, 2024
1 parent 3db4c4c commit 4fc90bf
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 4fc90bf

Please sign in to comment.