Skip to content

Commit

Permalink
Try to fix publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Nov 29, 2022
1 parent fde69c2 commit db022c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/component-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand Down

0 comments on commit db022c5

Please sign in to comment.