Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cpetig committed Jul 17, 2024
2 parents 7fe9f8d + 502ef12 commit c49fd70
Show file tree
Hide file tree
Showing 21 changed files with 268 additions and 233 deletions.
90 changes: 45 additions & 45 deletions Cargo.lock

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

13 changes: 7 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ resolver = "2"

[workspace.package]
edition = "2021"
version = "0.27.0"
version = "0.28.0"
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
repository = "https://github.com/bytecodealliance/wasi-rs"

Expand All @@ -32,11 +32,11 @@ indexmap = "2.0.0"
prettyplease = "0.2.20"
syn = { version = "2.0", features = ["printing"] }

wasmparser = "0.213.0"
wasm-encoder = "0.213.0"
wasm-metadata = "0.213.0"
wit-parser = "0.213.0"
wit-component = "0.213.0"
wasmparser = "0.214.0"
wasm-encoder = "0.214.0"
wasm-metadata = "0.214.0"
wit-parser = "0.214.0"
wit-component = "0.214.0"

wit-bindgen-core = { path = 'crates/core', version = '0.27.0' }
wit-bindgen-c = { path = 'crates/c', version = '0.27.0' }
Expand All @@ -46,6 +46,7 @@ wit-bindgen-go = { path = 'crates/go', version = '0.27.0' }
wit-bindgen-csharp = { path = 'crates/csharp', version = '0.27.0' }
wit-bindgen-markdown = { path = 'crates/markdown', version = '0.27.0' }
wit-bindgen = { path = 'crates/guest-rust', version = '0.27.0', default-features = false }

wit-bindgen-cpp = { path = 'crates/cpp', version = '0.3.0' }
wit-bindgen-bridge = { path = 'crates/bridge', version = '0.1.0' }

Expand Down
4 changes: 2 additions & 2 deletions crates/guest-rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Used when compiling Rust programs to the component model.
"""

[dependencies]
wit-bindgen-rust-macro = { path = "./macro", optional = true, version = "0.27.0" }
wit-bindgen-rt = { path = "./rt", version = "0.27.0", features = ["bitflags"] }
wit-bindgen-rust-macro = { path = "./macro", optional = true, version = "0.28.0" }
wit-bindgen-rt = { path = "./rt", version = "0.28.0", features = ["bitflags"] }

[features]
default = ["macros", "realloc"]
Expand Down
Loading

0 comments on commit c49fd70

Please sign in to comment.