From 507729edd1d8d22bb727828a1ea4a0b949a6b607 Mon Sep 17 00:00:00 2001 From: Roman Volosatovs Date: Wed, 25 Sep 2024 18:42:50 +0200 Subject: [PATCH] chore: bump crate version Signed-off-by: Roman Volosatovs --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- crates/sys/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cf4069e..6af1889 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1652,7 +1652,7 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "wadge" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "http", @@ -1680,7 +1680,7 @@ dependencies = [ [[package]] name = "wadge-sys" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "tracing", diff --git a/Cargo.toml b/Cargo.toml index 9862693..03854c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wadge" -version = "0.3.0" +version = "0.3.1" description = "WAdge runtime" authors.workspace = true @@ -78,7 +78,7 @@ http = { version = "1", default-features = false } tokio = { version = "1", default-features = false } tracing = { version = "0.1", default-features = false } tracing-subscriber = { version = "0.3", default-features = false } -wadge = { version = "0.3", path = "." } +wadge = { version = "0.3.1", path = "." } wasi-passthrough = { version = "0.3.2", default-features = false } wasi-passthrough-ext = { version = "0.1.4", default-features = false } wasi-passthrough-keyvalue = { version = "0.1.1", default-features = false } diff --git a/crates/sys/Cargo.toml b/crates/sys/Cargo.toml index 08fec41..acf61d0 100644 --- a/crates/sys/Cargo.toml +++ b/crates/sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wadge-sys" -version = "0.3.0" +version = "0.3.1" description = "WebAssembly bridge for native code" authors.workspace = true