From db13398ab62c4149eef7c7f74128223ef5bef067 Mon Sep 17 00:00:00 2001 From: Artyom Pavlov Date: Thu, 19 Nov 2020 07:31:17 +0000 Subject: [PATCH] backport update to cfg-if v1.0 to the v0.1 branch --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 15094bf06..72f2e6ed0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ appveyor = { repository = "rust-random/getrandom" } [dependencies] log = { version = "0.4", optional = true } -cfg-if = "0.1.2" +cfg-if = "1" # When built as part of libstd compiler_builtins = { version = "0.1", optional = true }