From 2e6b854a91b5b0158858622b74d2c637ac16c339 Mon Sep 17 00:00:00 2001 From: Michael-F-Bryan Date: Thu, 1 Dec 2022 21:23:39 +0800 Subject: [PATCH] Bump version numbers to pick up a MSRV fix upstream --- lib/api/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/api/Cargo.toml b/lib/api/Cargo.toml index db1d373117c..a07c564a755 100644 --- a/lib/api/Cargo.toml +++ b/lib/api/Cargo.toml @@ -62,7 +62,7 @@ macro-wasmer-universal-test = { version = "3.0.2", path = "./macro-wasmer-univer # - Mandatory dependencies for `js`. wasmer-types = { path = "../types", version = "=3.0.2", default-features = false, features = ["std"] } wasm-bindgen = "0.2.74" -wasm-bindgen-downcast = { version = "0.1.0" } +wasm-bindgen-downcast = { version = "0.1.1" } js-sys = "0.3.51" #web-sys = { version = "0.3.51", features = [ "console" ] } wasmer-derive = { path = "../derive", version = "=3.0.2" }