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

Commit

Permalink
Merge pull request #85 from radu-matei/update-wasmtime-v034
Browse files Browse the repository at this point in the history
  • Loading branch information
radu-matei authored Feb 21, 2022
2 parents ad7bda5 + 4a679ee commit 4591a48
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasi-experimental-http-wasmtime-sample"
version = "0.8.0"
version = "0.9.0"
authors = [ "Radu Matei <[email protected]>" ]
edition = "2021"

Expand All @@ -14,10 +14,10 @@
] }
structopt = "0.3"
tokio = { version = "1.4", features = [ "full" ] }
wasmtime = "0.33"
wasmtime-wasi = "0.33"
wasi-common = "0.33"
wasi-cap-std-sync = "0.33"
wasmtime = "0.34"
wasmtime-wasi = "0.34"
wasi-common = "0.34"
wasi-cap-std-sync = "0.34"
wasi-experimental-http = { path = "crates/wasi-experimental-http" }
wasi-experimental-http-wasmtime = { path = "crates/wasi-experimental-http-wasmtime" }

Expand Down
2 changes: 1 addition & 1 deletion crates/as/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "index.ts",
"ascMain": "index.ts",
"types": "index.ts",
"version": "0.8.0",
"version": "0.9.0",
"description": "Experimental HTTP library for AssemblyScript",
"author": {
"name": "The DeisLabs team at Microsoft"
Expand Down
8 changes: 4 additions & 4 deletions crates/wasi-experimental-http-wasmtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasi-experimental-http-wasmtime"
version = "0.8.0"
version = "0.9.0"
authors = [ "Radu Matei <[email protected]>" ]
edition = "2021"
repository = "https://github.com/deislabs/wasi-experimental-http"
Expand All @@ -21,6 +21,6 @@
tokio = { version = "1.4.0", features = [ "full" ] }
tracing = { version = "0.1", features = [ "log" ] }
url = "2.2.1"
wasmtime = "0.33"
wasmtime-wasi = "0.33"
wasi-common = "0.33"
wasmtime = "0.34"
wasmtime-wasi = "0.34"
wasi-common = "0.34"
2 changes: 1 addition & 1 deletion crates/wasi-experimental-http/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasi-experimental-http"
version = "0.8.0"
version = "0.9.0"
authors = [ "Radu Matei <[email protected]>" ]
edition = "2018"
repository = "https://github.com/deislabs/wasi-experimental-http"
Expand Down

0 comments on commit 4591a48

Please sign in to comment.