Skip to content

Commit 08da607

Browse files
release(wadm): v0.18.0-rc.1
Signed-off-by: Brooks Townsend <brooksmtownsend@gmail.com>
1 parent 9972d4d commit 08da607

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
repository = "https://github.com/wasmcloud/wadm"
1111

1212
[workspace.package]
13-
version = "0.17.1"
13+
version = "0.18.0-rc.1"
1414

1515
[features]
1616
default = []
@@ -84,7 +84,7 @@ tracing-subscriber = { version = "0.3.7", features = ["env-filter", "json"] }
8484
ulid = { version = "1", features = ["serde"] }
8585
utoipa = "4"
8686
uuid = "1"
87-
wadm = { version = "0.17.1", path = "./crates/wadm" }
87+
wadm = { version = "0.18.0-rc.1", path = "./crates/wadm" }
8888
wadm-client = { version = "0.6.1", path = "./crates/wadm-client" }
8989
wadm-types = { version = "0.6.1", path = "./crates/wadm-types" }
9090
wasmcloud-control-interface = { version = "2.2.0" }

0 commit comments

Comments
 (0)