Skip to content

Commit 370ec2e

Browse files
committed
update tracing-attributes to 0.1.16
Signed-off-by: Eliza Weisman <[email protected]>
1 parent a98d249 commit 370ec2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ edition = "2018"
2929
[dependencies]
3030
tracing-core = { path = "../tracing-core", version = "0.1.20", default-features = false }
3131
log = { version = "0.4", optional = true }
32-
tracing-attributes = { path = "../tracing-attributes", version = "0.1.15", optional = true }
32+
tracing-attributes = { path = "../tracing-attributes", version = "0.1.16", optional = true }
3333
cfg-if = "1.0.0"
3434
pin-project-lite = "0.2"
3535

0 commit comments

Comments
 (0)