Skip to content

Commit

Permalink
release(wasmcloud): v1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Brooks Townsend <brooksmtownsend@gmail.com>
  • Loading branch information
brooksmtownsend committed Apr 17, 2024
1 parent 71df023 commit 9584920
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 94 deletions.
138 changes: 46 additions & 92 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
@@ -1,6 +1,6 @@
[package]
name = "wasmcloud"
version = "1.0.0-rc.2"
version = "1.0.0"
description = "wasmCloud host runtime"
default-run = "wasmcloud"

Expand Down Expand Up @@ -262,7 +262,7 @@ ulid = { version = "1", default-features = false }
url = { version = "2", default-features = false }
uuid = { version = "1", default-features = false }
vaultrs = { version = "0.7", default-features = false }
wadm = { version = "0.11.0-alpha.4", default-features = false }
wadm = { version = "0.11.0", default-features = false }
walkdir = { version = "2", default-features = false }
warp = { version = "0.3", default-features = false }
wascap = { version = "0.14", path = "./crates/wascap", default-features = false }
Expand Down

0 comments on commit 9584920

Please sign in to comment.