From d6eac85d43a7aa22198726dc4e6354be28d08ad9 Mon Sep 17 00:00:00 2001 From: theoddgarlic Date: Tue, 2 Aug 2022 07:05:57 +0000 Subject: [PATCH] fix std dependency, blame Monadic Cat --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9eb3378..713e991 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -once_cell = { version = "1.10.0", default-features = false, features = ["std"], optional = true } +once_cell = { version = "1.10.0", default-features = false, optional = true } rand_core = { version = "0.6", default-features = false, optional = true } rand_pcg = { version = "0.3.1", default-features = false, optional = true }