Skip to content

Commit

Permalink
updated wasm-pkg-client dep version 0.5.0 (#334)
Browse files Browse the repository at this point in the history
* updated wasm-pkg-client dep version 0.5.0

* set dev version 0.17.0-dev
  • Loading branch information
calvinrp authored Sep 5, 2024
1 parent 3110941 commit f0be1c7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
12 changes: 7 additions & 5 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = { workspace = true }
readme = "README.md"

[workspace.package]
version = "0.15.0-dev"
version = "0.17.0-dev"
edition = "2021"
authors = ["Peter Huene <[email protected]>"]
license = "Apache-2.0 WITH LLVM-exception"
Expand Down Expand Up @@ -72,7 +72,7 @@ anyhow = "1.0.82"
assert_cmd = "2.0.14"
bytes = "1.6.0"
cargo_metadata = "0.18.1"
cargo-component-core = { path = "crates/core", version = "0.15.0-dev" }
cargo-component-core = { path = "crates/core", version = "0.17.0-dev" }
cargo-config2 = "0.1.24"
clap = { version = "4.5.4", features = ["derive", "env"] }
dirs = "5"
Expand Down Expand Up @@ -107,7 +107,7 @@ warg-protocol = "0.9.0"
warg-server = "0.9.0"
wasi-preview1-component-adapter-provider = "24"
wasm-metadata = "0.215.0"
wasm-pkg-client = { git = "https://github.com/bytecodealliance/wasm-pkg-tools.git", rev = "5f92186a928b78b740a220fa0d4c66887cbdd382" }
wasm-pkg-client = "0.5.0"
wasmparser = "0.215.0"
wasmprinter = "0.216.0"
wat = "1.208.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/wit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "wit"
# This tool has an independent version from `cargo-component`.
version = "0.15.0-dev"
version = "0.17.0-dev"
description = "A tool for building and publishing WIT packages to a registry."
edition = { workspace = true }
authors = { workspace = true }
Expand Down

0 comments on commit f0be1c7

Please sign in to comment.