We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a98d249 commit 370ec2eCopy full SHA for 370ec2e
tracing/Cargo.toml
@@ -29,7 +29,7 @@ edition = "2018"
29
[dependencies]
30
tracing-core = { path = "../tracing-core", version = "0.1.20", default-features = false }
31
log = { version = "0.4", optional = true }
32
-tracing-attributes = { path = "../tracing-attributes", version = "0.1.15", optional = true }
+tracing-attributes = { path = "../tracing-attributes", version = "0.1.16", optional = true }
33
cfg-if = "1.0.0"
34
pin-project-lite = "0.2"
35
0 commit comments