Skip to content

Commit b5b26be

Browse files
authored
chore: remove duplicated section from tracing/README.md (#1046)
In `tracing/README.md`, the section "Supported Rust Versions" was presented twice with the same content.
1 parent 549c919 commit b5b26be

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

tracing/README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -324,20 +324,6 @@ be invoked with the same syntax as the similarly-named macros from the `log`
324324
crate. Often, the process of converting a project to use `tracing` can begin
325325
with a simple drop-in replacement.
326326

327-
## Supported Rust Versions
328-
329-
Tracing is built against the latest stable release. The minimum supported
330-
version is 1.42. The current Tracing version is not guaranteed to build on Rust
331-
versions earlier than the minimum supported version.
332-
333-
Tracing follows the same compiler support policies as the rest of the Tokio
334-
project. The current stable Rust compiler and the three most recent minor
335-
versions before it will always be supported. For example, if the current stable
336-
compiler version is 1.45, the minimum supported version will not be increased
337-
past 1.42, three minor versions prior. Increasing the minimum supported compiler
338-
version is not considered a semver breaking change as long as doing so complies
339-
with this policy.
340-
341327
## Ecosystem
342328

343329
### Related Crates

0 commit comments

Comments
 (0)