From 15bce243aeecbe8c2274683e4af104cefcb484bf Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Wed, 5 Apr 2023 17:37:20 +0200 Subject: [PATCH] Added missing crate version bump --- Cargo.lock | 4 ++-- lib/cli/Cargo.toml | 2 +- lib/registry/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 80da233b415..00b72a755a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5388,7 +5388,7 @@ dependencies = [ "wasmer-compiler-singlepass", "wasmer-emscripten", "wasmer-object", - "wasmer-registry 4.2.0", + "wasmer-registry 4.3.0", "wasmer-toml", "wasmer-types", "wasmer-vm", @@ -5641,7 +5641,7 @@ dependencies = [ [[package]] name = "wasmer-registry" -version = "4.2.0" +version = "4.3.0" dependencies = [ "anyhow", "console", diff --git a/lib/cli/Cargo.toml b/lib/cli/Cargo.toml index 1f6d1b6c2c7..b796eee0810 100644 --- a/lib/cli/Cargo.toml +++ b/lib/cli/Cargo.toml @@ -37,7 +37,7 @@ wasmer-wasix-experimental-io-devices = { version = "0.2.0", path = "../wasi-expe wasmer-wast = { version = "=3.2.0-beta.2", path = "../../tests/lib/wast", optional = true } wasmer-cache = { version = "=3.2.0-beta.2", path = "../cache", features = ["blake3-pure"] } wasmer-types = { version = "=3.2.0-beta.2", path = "../types", features = ["enable-serde"] } -wasmer-registry = { version = "4.2.0", path = "../registry", features = ["build-package"] } +wasmer-registry = { version = "4.3.0", path = "../registry", features = ["build-package"] } wasmer-object = { version = "=3.2.0-beta.2", path = "../object", optional = true } virtual-fs = { version = "0.1.1", path = "../vfs", default-features = false, features = ["host-fs"] } virtual-net = { version = "0.1.0", path = "../vnet" } diff --git a/lib/registry/Cargo.toml b/lib/registry/Cargo.toml index f1e398eabab..6abbfbdd7d7 100644 --- a/lib/registry/Cargo.toml +++ b/lib/registry/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-registry" -version = "4.2.0" +version = "4.3.0" edition = "2021" license = "MIT" description = "Crate to interact with the wasmer registry (wapm.io), download packages, etc."