File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -324,20 +324,6 @@ be invoked with the same syntax as the similarly-named macros from the `log`
324324crate. Often, the process of converting a project to use ` tracing ` can begin
325325with 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
You can’t perform that action at this time.
0 commit comments