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 Dec 6, 2022
1 parent 3498f53 commit 5f3cdef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
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 5f3cdef

Please sign in to comment.