From 9a3e872439d87f745e6a8b9fcc6d6a2f87d3c3be Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Thu, 18 Nov 2021 15:30:57 +0100 Subject: openpgp: Enable feature wasm-bindgen for rand. - This is used by the Rust Crypto crates. --- Cargo.lock | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 8e4e240e..b7c9bedd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1242,8 +1242,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" dependencies = [ "cfg-if 1.0.0", + "js-sys", "libc", "wasi 0.9.0+wasi-snapshot-preview1", + "wasm-bindgen", ] [[package]] -- cgit v1.2.3