Skip to content

Commit

Permalink
fix test generation
Browse files Browse the repository at this point in the history
  • Loading branch information
cpetig committed Nov 20, 2024
1 parent 85702e7 commit bbbe3bc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crates/test-rust-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ publish = false

[dependencies]
wit-bindgen = { path = "../guest-rust" }
wit-bindgen-rt = { path = '../guest-rust/rt' }
rust-xcrate-test = { path = './rust-xcrate-test' }
futures = "0.3"
once_cell = "1.20"
Expand Down
1 change: 1 addition & 0 deletions crates/test-rust-wasm/rust-xcrate-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ publish = false

[dependencies]
wit-bindgen = { path = '../../guest-rust' }
wit-bindgen-rt = { path = '../../guest-rust/rt' }
futures = "0.3"
once_cell = "1.20"

0 comments on commit bbbe3bc

Please sign in to comment.