From 9113207f2854e2c38de87ee5c08155e34d5226d1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 7 Oct 2020 08:13:32 +0000 Subject: [PATCH] Update cfg-if requirement from 0.1.6 to 1.0.0 Updates the requirements on [cfg-if](https://github.com/alexcrichton/cfg-if) to permit the latest version. - [Release notes](https://github.com/alexcrichton/cfg-if/releases) - [Commits](https://github.com/alexcrichton/cfg-if/compare/0.1.6...1.0.0) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7c7a97e..aa18e5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,5 +12,5 @@ version = "0.1.6" travis-ci = { repository = "rustwasm/console_error_panic_hook" } [dependencies] -cfg-if = "0.1.6" +cfg-if = "1.0.0" wasm-bindgen = "0.2.37"