From cc853b2a7d45730104ac2541cda32151e3937b65 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Thu, 9 Jan 2020 13:48:45 -0800 Subject: [PATCH] Update to autocfg 1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 53b36931..b57a1427 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,4 +72,4 @@ i128 = ["num-integer/i128", "num-traits/i128"] std = ["num-integer/std", "num-traits/std"] [build-dependencies] -autocfg = "0.1.2" +autocfg = "1"