Skip to content

Commit

Permalink
chore: Bump client and types 0.7.1 (#483)
Browse files Browse the repository at this point in the history
Signed-off-by: Joonas Bergius <joonas@cosmonic.com>
  • Loading branch information
joonas authored Nov 9, 2024
1 parent 42cc867 commit c488025
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 @@ -85,8 +85,8 @@ ulid = { version = "1", features = ["serde"] }
utoipa = "5"
uuid = "1"
wadm = { version = "0.18.0", path = "./crates/wadm" }
wadm-client = { version = "0.7.0", path = "./crates/wadm-client" }
wadm-types = { version = "0.7.0", path = "./crates/wadm-types" }
wadm-client = { version = "0.7.1", path = "./crates/wadm-client" }
wadm-types = { version = "0.7.1", path = "./crates/wadm-types" }
wasmcloud-control-interface = { version = "2.2.0" }
wasmcloud-secrets-types = "0.5.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.7.0"
version = "0.7.1"
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.7.0"
version = "0.7.1"
edition = "2021"
authors = ["wasmCloud Team"]
keywords = ["webassembly", "wasmcloud", "wadm"]
Expand Down

0 comments on commit c488025

Please sign in to comment.