Skip to content

Commit

Permalink
Update to use published crates
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Feb 15, 2024
1 parent c287dcf commit a0c1082
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
10 changes: 9 additions & 1 deletion Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,7 @@ io-lifetimes = { version = "2.0.3", default-features = false }
io-extras = "0.18.1"
rustix = "0.38.31"
# wit-bindgen:
#wit-bindgen = { version = "0.18.0", default-features = false }
wit-bindgen = { path = '../wit-bindgen/crates/guest-rust', default-features = false }
wit-bindgen = { version = "0.18.0", default-features = false }

# wasm-tools family:
wasmparser = "0.121.2"
Expand Down
7 changes: 7 additions & 0 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1304,6 +1304,13 @@ user-id = 1
user-login = "alexcrichton"
user-name = "Alex Crichton"

[[publisher.wit-bindgen-rust-macro]]
version = "0.18.1"
when = "2024-02-13"
user-id = 1
user-login = "alexcrichton"
user-name = "Alex Crichton"

[[publisher.wit-component]]
version = "0.20.1"
when = "2024-01-29"
Expand Down

0 comments on commit a0c1082

Please sign in to comment.