Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
chore: bump wadm 0.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Brooks Townsend <[email protected]>
  • Loading branch information
brooksmtownsend committed Sep 6, 2023
1 parent bbf0b1a commit eab7a7b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

12 changes: 7 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wash-cli"
version = "0.20.0"
version = "0.20.1"
authors = ["wasmCloud Team"]
categories = ["wasm", "command-line-utilities"]
description = "wasmcloud Shell (wash) CLI tool"
Expand Down Expand Up @@ -71,7 +71,7 @@ nix = { version = "0.26.2", default-features = false, features = ["signal"] }
rand = "0.8.5"
reqwest = { workspace = true, features = ["json", "rustls-tls"] }
scopeguard = { workspace = true }
serial_test = { workspace = true } # serial_test works with cargo, '<test name>_serial' works with nextest
serial_test = { workspace = true } # serial_test works with cargo, '<test name>_serial' works with nextest
sysinfo = { workspace = true }
tempfile = { workspace = true }
test-case = { workspace = true }
Expand Down Expand Up @@ -122,7 +122,9 @@ path-absolutize = "3.1"
provider-archive = "0.8.0"
regex = "1.9"
remove_dir_all = "0.7"
reqwest = { version = "0.11", default-features = false, features = ["rustls-tls"] }
reqwest = { version = "0.11", default-features = false, features = [
"rustls-tls",
] }
rmp-serde = "1.1.2"
rmpv = "1.0"
sanitize-filename = "0.4.0"
Expand All @@ -145,7 +147,7 @@ tokio-stream = "0.1"
tokio-tar = "0.3"
tokio-util = "0.7.8"
toml = "0.7.6"
wadm = "0.5.0"
wadm = "0.6.0"
walkdir = "2.3"
wascap = "0.11.0"
wash-lib = { version = "0.10", path = "./crates/wash-lib" }
Expand All @@ -155,4 +157,4 @@ wasmcloud-control-interface = "0.27"
wasmcloud-test-util = "0.10.0"
weld-codegen = "0.7.0"
which = "4.4.0"
wit-component = "0.13.2"
wit-component = "0.13.2"
2 changes: 1 addition & 1 deletion src/up/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pub(crate) const NATS_SERVER_VERSION: &str = "v2.9.14";
pub(crate) const DEFAULT_NATS_HOST: &str = "127.0.0.1";
pub(crate) const DEFAULT_NATS_PORT: &str = "4222";
// wadm configuration values
pub(crate) const WADM_VERSION: &str = "v0.5.0";
pub(crate) const WADM_VERSION: &str = "v0.6.0";
// wasmCloud configuration values, https://wasmcloud.dev/reference/host-runtime/host_configure/
pub(crate) const WASMCLOUD_HOST_VERSION: &str = "v0.78.0-rc4";
// NATS isolation configuration variables
Expand Down

0 comments on commit eab7a7b

Please sign in to comment.