Skip to content

Commit 33a1c6f

Browse files
davidbarskyhawkw
authored andcommitted
chore: bump MSRV to 1.56 (#2546)
As part of upgrading syn to 2.0 (e.g., #2516), we need to bump the MSRV to 1.56. As part of this PR, I've: - Updated the text descriptions of what would be an in-policy MSRV bump to use more recent versions of rustc. The _niceness_ of said version numbers are purely coincidental. - I've removed some of the exceptions made in CI.yml in order to support some crates with a higher MSRV.
1 parent 77c4af7 commit 33a1c6f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tracing-mock/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ structured, event-based diagnostic information. `tracing-mock` provides
2929
tools for making assertions about what `tracing` diagnostics are emitted
3030
by code under test.
3131

32-
*Compiler support: [requires `rustc` 1.49+][msrv]*
32+
*Compiler support: [requires `rustc` 1.56+][msrv]*
3333

3434
[msrv]: #supported-rust-versions
3535

@@ -154,14 +154,14 @@ handle.assert_finished();
154154
## Supported Rust Versions
155155

156156
Tracing is built against the latest stable release. The minimum supported
157-
version is 1.49. The current Tracing version is not guaranteed to build on Rust
157+
version is 1.56. The current Tracing version is not guaranteed to build on Rust
158158
versions earlier than the minimum supported version.
159159

160160
Tracing follows the same compiler support policies as the rest of the Tokio
161161
project. The current stable Rust compiler and the three most recent minor
162162
versions before it will always be supported. For example, if the current stable
163-
compiler version is 1.45, the minimum supported version will not be increased
164-
past 1.42, three minor versions prior. Increasing the minimum supported compiler
163+
compiler version is 1.69, the minimum supported version will not be increased
164+
past 1.66, three minor versions prior. Increasing the minimum supported compiler
165165
version is not considered a semver breaking change as long as doing so complies
166166
with this policy.
167167

0 commit comments

Comments
 (0)