From ddd0243c04417329de8a3cc53125f39798fb1739 Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Sun, 15 Jun 2025 01:01:16 +0200 Subject: [PATCH] Drop unused `autocfg` build dependency --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c9e042e..4396dc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,6 +35,3 @@ std = ["num-integer/std", "num-traits/std"] # vestigial features, now always in effect i128 = [] - -[build-dependencies] -autocfg = "1"