Skip to content

Commit

Permalink
chore: update wadm and wash-lib to the latest released versions
Browse files Browse the repository at this point in the history
Update to use the latest wasmCloud 1.0 compatible versions of wadm and
wash-lib.

Signed-off-by: Dan Norris <protochron@users.noreply.github.com>
  • Loading branch information
protochron committed Apr 17, 2024
1 parent a9a0590 commit cd02677
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 112 deletions.
159 changes: 49 additions & 110 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 @@ -91,8 +91,8 @@ tracing-opentelemetry = "0.20"
tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] }
utoipa = { version = "4.1", features = ["axum_extras"] }
uuid = { version = "1", features = ["v5"] }
wadm = "0.11.0-alpha.3"
wash-lib = "0.20.0-alpha.2"
wadm = "0.11.0"
wash-lib = "0.20.0"
wasmcloud-operator-types = { version = "*", path = "./crates/types" }

[workspace]
Expand Down

0 comments on commit cd02677

Please sign in to comment.