From d5036ab2c20dfb0853cb1c7b9bc41a58c24c5bf2 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Mon, 15 May 2023 05:11:33 +0200 Subject: Remove unused floats feature from Cargo.toml --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4b3c0b5..d330e64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,6 @@ serde = { version = "1.0.160", features = ["derive"], optional = true } ansi = ["log"] serde = ["dep:serde"] default = ["no_std"] -floats = [] no_std = ["arrayvec"] nightly = ["utf8parse/nightly"] -- cgit