Skip to content

Commit

Permalink
release: Bump wadm client and types
Browse files Browse the repository at this point in the history
Signed-off-by: Joonas Bergius <joonas@cosmonic.com>
  • Loading branch information
joonas committed Oct 3, 2024
1 parent 78caba4 commit bf96d85
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ ulid = { version = "1", features = ["serde"] }
utoipa = "4"
uuid = "1"
wadm = { version = "0.15.0", path = "./crates/wadm" }
wadm-client = { version = "0.4.0", path = "./crates/wadm-client" }
wadm-types = { version = "0.4.0", path = "./crates/wadm-types" }
wadm-client = { version = "0.5.0", path = "./crates/wadm-client" }
wadm-types = { version = "0.5.0", path = "./crates/wadm-types" }
wasmcloud-control-interface = { version = "2.0.0" }
wasmcloud-secrets-types = "0.2.0"
wit-bindgen-wrpc = { version = "0.3.7", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion crates/wadm-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "wadm-client"
description = "A client library for interacting with the wadm API"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
authors = ["wasmCloud Team"]
keywords = ["webassembly", "wasmcloud", "wadm"]
Expand Down
2 changes: 1 addition & 1 deletion crates/wadm-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "wadm-types"
description = "Types and validators for the wadm API"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
authors = ["wasmCloud Team"]
keywords = ["webassembly", "wasmcloud", "wadm"]
Expand Down

0 comments on commit bf96d85

Please sign in to comment.