summaryrefslogtreecommitdiffstats
path: root/vendor/wasm-bindgen-shared/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/wasm-bindgen-shared/Cargo.toml')
-rw-r--r--vendor/wasm-bindgen-shared/Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/vendor/wasm-bindgen-shared/Cargo.toml b/vendor/wasm-bindgen-shared/Cargo.toml
index 072586592..06f527b39 100644
--- a/vendor/wasm-bindgen-shared/Cargo.toml
+++ b/vendor/wasm-bindgen-shared/Cargo.toml
@@ -11,8 +11,9 @@
[package]
edition = "2018"
+rust-version = "1.56"
name = "wasm-bindgen-shared"
-version = "0.2.84"
+version = "0.2.87"
authors = ["The wasm-bindgen Developers"]
links = "wasm_bindgen"
description = """
@@ -23,3 +24,4 @@ homepage = "https://rustwasm.github.io/wasm-bindgen/"
documentation = "https://docs.rs/wasm-bindgen-shared"
license = "MIT/Apache-2.0"
repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/shared"
+resolver = "2"