Skip to content

Commit

Permalink
fix(*): Bumps wadm crate version
Browse files Browse the repository at this point in the history
We missed the crate bump when we did the other version bump

Signed-off-by: Taylor Thomas <taylor@cosmonic.com>
  • Loading branch information
thomastaylor312 committed May 24, 2024
1 parent 389664e commit 5e3d527
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ tracing-opentelemetry = { version = "0.17" }
tracing-subscriber = { version = "0.3.7", features = ["env-filter", "json"] }
ulid = { version = "1", features = ["serde"] }
uuid = "1"
wadm = { version = "0.11.2", path = "./crates/wadm" }
wadm = { version = "0.12.0", path = "./crates/wadm" }
wadm-client = { version = "0.1.0", path = "./crates/wadm-client" }
wadm-types = { version = "0.1.0", path = "./crates/wadm-types" }
wasmcloud-control-interface = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/wadm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "wadm"
description = "wasmCloud Application Deployment Manager: A tool for running Wasm applications in wasmCloud"
version = "0.11.2"
version = "0.12.0"
edition = "2021"
authors = ["wasmCloud Team"]
keywords = ["webassembly", "wasmcloud", "wadm"]
Expand Down

0 comments on commit 5e3d527

Please sign in to comment.