diff --git a/Cargo.toml b/Cargo.toml index 7b930badc4ca..7f9cf233a7c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -182,7 +182,6 @@ bitflags = "1.2" thiserror = "1.0.15" async-trait = "0.1.42" heck = "0.4" -tracing = "0.1.26" [features] default = [ diff --git a/crates/component-macro/Cargo.toml b/crates/component-macro/Cargo.toml index d300001d3ccd..ecc319821b92 100644 --- a/crates/component-macro/Cargo.toml +++ b/crates/component-macro/Cargo.toml @@ -27,7 +27,7 @@ wit-parser = { workspace = true } maintenance = { status = "actively-developed" } [dev-dependencies] -wasmtime = { workspace = true, features = ['component-model', 'async'] } +wasmtime = { path = '../wasmtime', features = ['component-model'] } component-macro-test-helpers = { path = 'test-helpers' } tracing = { workspace = true }