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

Commit 7dbd961

Browse files
Merge pull request #477 from connorsmith256/bump/wasmcloud-host-version
bump to v0.61.0 of wasmcloud host
2 parents 6170336 + 3d80c4e commit 7dbd961

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wash-cli"
3-
version = "0.16.1"
3+
version = "0.16.2"
44
authors = ["wasmCloud Team"]
55
categories = ["wasm", "command-line-utilities"]
66
description = "wasmcloud Shell (wash) CLI tool"

crates/wash-lib/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wash-lib"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
authors = ["wasmCloud Team"]
55
categories = ["wasm", "wasmcloud"]
66
description = "wasmcloud Shell (wash) libraries"

crates/wash-lib/src/start/wasmcloud.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ mod test {
460460
}
461461

462462
const NATS_SERVER_VERSION: &str = "v2.8.4";
463-
const WASMCLOUD_HOST_VERSION: &str = "v0.60.0";
463+
const WASMCLOUD_HOST_VERSION: &str = "v0.61.0";
464464

465465
#[tokio::test]
466466
async fn can_download_and_start_wasmcloud() -> anyhow::Result<()> {

src/up/config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pub(crate) const NATS_SERVER_VERSION: &str = "v2.9.14";
99
pub(crate) const DEFAULT_NATS_HOST: &str = "127.0.0.1";
1010
pub(crate) const DEFAULT_NATS_PORT: &str = "4222";
1111
// wasmCloud configuration values, https://wasmcloud.dev/reference/host-runtime/host_configure/
12-
pub(crate) const WASMCLOUD_HOST_VERSION: &str = "v0.60.0";
12+
pub(crate) const WASMCLOUD_HOST_VERSION: &str = "v0.61.0";
1313
// NATS isolation configuration variables
1414
pub(crate) const WASMCLOUD_LATTICE_PREFIX: &str = "WASMCLOUD_LATTICE_PREFIX";
1515
pub(crate) const DEFAULT_LATTICE_PREFIX: &str = "default";

0 commit comments

Comments
 (0)