Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Bumping http server provider to use wasmcloud actor core (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
autodidaddict authored Mar 4, 2021
1 parent 3783114 commit 3107dd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions http-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmcloud-httpserver"
version = "0.11.1"
version = "0.12.0"
authors = ["wasmCloud Team"]
edition = "2018"
homepage = "https://wasmcloud.dev"
Expand All @@ -22,10 +22,10 @@ static_plugin = [] # Enable to statically compile this into a host
crate-type = ["cdylib", "rlib"]

[dependencies]
rmp-serde = "0.14.4"
rmp-serde = "0.15.4"
serde_bytes = "0.11.5"
serde = {version = "1.0.117", features = ["derive"] }
wascc-codec = "0.9.0"
wasmcloud-provider-core = "0.1.0"
actix-web = "2.0.0"
actix-rt = "1.1.1"
actix-multipart = "0.2.0"
Expand Down
2 changes: 1 addition & 1 deletion http-server/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#[macro_use]
extern crate wascc_codec as codec;
extern crate wasmcloud_provider_core as codec;
#[macro_use]
extern crate log;

Expand Down

0 comments on commit 3107dd1

Please sign in to comment.