Skip to content

Commit

Permalink
release: Bump wadm to 0.17.0 (#449)
Browse files Browse the repository at this point in the history
Signed-off-by: Joonas Bergius <joonas@cosmonic.com>
  • Loading branch information
joonas authored Oct 9, 2024
1 parent e4d453f commit 4b7233a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 @@ -10,7 +10,7 @@ readme = "README.md"
repository = "https://github.com/wasmcloud/wadm"

[workspace.package]
version = "0.16.1"
version = "0.17.0"

[features]
default = []
Expand Down Expand Up @@ -82,7 +82,7 @@ tracing-subscriber = { version = "0.3.7", features = ["env-filter", "json"] }
ulid = { version = "1", features = ["serde"] }
utoipa = "4"
uuid = "1"
wadm = { version = "0.16.0", path = "./crates/wadm" }
wadm = { version = "0.17.0", path = "./crates/wadm" }
wadm-client = { version = "0.6.0", path = "./crates/wadm-client" }
wadm-types = { version = "0.6.0", path = "./crates/wadm-types" }
wasmcloud-control-interface = { version = "2.2.0" }
Expand Down

0 comments on commit 4b7233a

Please sign in to comment.