From b1feeb5ee977deda44d5f23b765e024e456d7372 Mon Sep 17 00:00:00 2001 From: djmaxus <44438314+djmaxus@users.noreply.github.com> Date: Mon, 19 Aug 2024 22:56:32 +0100 Subject: [PATCH] chore: :bulb: FIXME: remove `no-std-compat` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 59a7865..925e512 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ version = "0.2.19" default-features = false features = ["libm"] -[dependencies.no-std-compat] +[dependencies.no-std-compat] #FIXME: old stale dependency, remove version = "0.4.1" default-features = false features = ["alloc"]