Skip to content

Commit 77aa06d

Browse files
Jonathan Woollett-LightJonathanWoollett-Light
authored andcommitted
Revert "fix: Fix tracing optional dependency issue"
This reverts commit 5d7e75c. Reverts 5d7e75c as it introduced ~2.5% memory overhead. Signed-off-by: Jonathan Woollett-Light <[email protected]>
1 parent c022aeb commit 77aa06d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ versionize = "0.1.10"
1818
versionize_derive = "0.1.6"
1919
vmm-sys-util = "0.11.2"
2020
vm-memory = { version = "0.13.0", features = ["backend-mmap", "backend-bitmap"] }
21-
log-instrument = { path = "../log-instrument" }
21+
log-instrument = { path = "../log-instrument", optional = true }
2222

2323
[dev-dependencies]
2424
serde_json = "1.0.99"
2525

2626
[features]
27-
tracing = []
27+
tracing = ["log-instrument"]

0 commit comments

Comments
 (0)