Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
yowl committed Oct 19, 2023
1 parent 82f6af8 commit 324a317
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ indexmap = "2.0.0"

wasm-encoder = "0.35.0"
wasm-metadata = "0.10.9"
wasmtime-wasi = "15.0.0"
wasmtime-wasi = "13.0.0"
wit-parser = "0.12.1"
wit-component = "0.16.0"

Expand All @@ -57,7 +57,7 @@ wit-bindgen-teavm-java = { workspace = true, features = ['clap'], optional = tru
wit-bindgen-go = { workspace = true, features = ['clap'], optional = true }
wit-component = { workspace = true }
wasm-encoder = { workspace = true }
wasmtime-wasi = { workdpace = true }
wasmtime-wasi = { workspace = true }

[features]
default = [
Expand Down

0 comments on commit 324a317

Please sign in to comment.