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 13, 2024
1 parent c4f6f44 commit aaa2aab
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 22 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 @@ -232,8 +232,7 @@ io-extras = "0.18.0"
rustix = "0.38.21"
is-terminal = "0.4.0"
# 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
26 changes: 7 additions & 19 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -515,13 +515,6 @@ user-id = 6825
user-login = "sunfishcode"
user-name = "Dan Gohman"

[[publisher.cap-tempfile]]
version = "2.0.1"
when = "2024-01-02"
user-id = 6825
user-login = "sunfishcode"
user-name = "Dan Gohman"

[[publisher.cap-time-ext]]
version = "2.0.1"
when = "2024-01-02"
Expand Down Expand Up @@ -1001,24 +994,12 @@ user-id = 189
user-login = "BurntSushi"
user-name = "Andrew Gallant"

[[publisher.wasi-cap-std-sync]]
version = "17.0.0"
when = "2024-01-25"
user-id = 73222
user-login = "wasmtime-publish"

[[publisher.wasi-common]]
version = "17.0.0"
when = "2024-01-25"
user-id = 73222
user-login = "wasmtime-publish"

[[publisher.wasi-tokio]]
version = "17.0.0"
when = "2024-01-25"
user-id = 73222
user-login = "wasmtime-publish"

[[publisher.wasm-bindgen]]
version = "0.2.87"
when = "2023-06-12"
Expand Down Expand Up @@ -1684,6 +1665,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.18.2"
when = "2023-11-20"
Expand Down

0 comments on commit aaa2aab

Please sign in to comment.