]> git.proxmox.com Git - rustc.git/blobdiff - vendor/tracing-attributes/README.md
New upstream version 1.63.0+dfsg1
[rustc.git] / vendor / tracing-attributes / README.md
index 61dab5d426924f8b373c8727a6adf98d6184a1bc..7d8009ac3c59e0ab7f2387f28ba859a26c0ff5f0 100644 (file)
@@ -18,7 +18,7 @@ Macro attributes for application-level tracing.
 [crates-badge]: https://img.shields.io/crates/v/tracing-attributes.svg
 [crates-url]: https://crates.io/crates/tracing-attributes
 [docs-badge]: https://docs.rs/tracing-attributes/badge.svg
-[docs-url]: https://docs.rs/tracing-attributes/0.1.20
+[docs-url]: https://docs.rs/tracing-attributes/0.1.21
 [docs-master-badge]: https://img.shields.io/badge/docs-master-blue
 [docs-master-url]: https://tracing-rs.netlify.com/tracing_attributes
 [mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg
@@ -47,7 +47,7 @@ First, add this to your `Cargo.toml`:
 
 ```toml
 [dependencies]
-tracing-attributes = "0.1.20"
+tracing-attributes = "0.1.21"
 ```