From c980fcf3627c9f6037d62f61e304d9ab106a902c 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 6ae3872..f68d7b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,4 +38,4 @@ i128 = ["num-traits/i128"] std = ["num-traits/std"] [build-dependencies] -autocfg = "0.1.3" +autocfg = "1"