Skip to content

Commit

Permalink
Merge pull request #3747 from wasmerio/fix_missing_crate_verion_bumb
Browse files Browse the repository at this point in the history
Added missing crate version bump
  • Loading branch information
syrusakbary committed Apr 5, 2023
2 parents e009dd4 + 15bce24 commit c742ae9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion lib/registry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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."
Expand Down

0 comments on commit c742ae9

Please sign in to comment.