Skip to content

Commit

Permalink
Bump to 0.18.2 (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-rash committed May 14, 2021
1 parent c6d669d commit d48f51e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmcloud"
version = "0.18.1"
version = "0.18.2"
authors = ["wasmcloud Team"]
edition = "2018"
default-run = "wasmcloud"
Expand Down Expand Up @@ -46,7 +46,7 @@ log = "0.4.11"
env_logger = "0.8.2"
anyhow = "1.0.34"
actix-rt = "2.1.0"
wasmcloud-host = { path = "crates/wasmcloud-host", version = "0.18.1", default-features = false }
wasmcloud-host = { path = "crates/wasmcloud-host", version = "0.18.2", default-features = false }
nats = "0.8.6"
structopt = "0.3.21"
nkeys = "0.1.0"
Expand Down
2 changes: 1 addition & 1 deletion samples/bencher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
wasmcloud-host = { path = "../../crates/wasmcloud-host", version="0.18.1" }
wasmcloud-host = { path = "../../crates/wasmcloud-host", version="0.18.2" }
actix-rt = "2.1.0"
wasmcloud-actor-core = "0.2.0"
wasmcloud-actor-http-server = "0.1.0"
Expand Down

0 comments on commit d48f51e

Please sign in to comment.