From 79c82e9ed8420b2c4adb8277e685ac98c2510886 Mon Sep 17 00:00:00 2001 From: Rain Date: Fri, 1 Jul 2022 18:21:11 -0700 Subject: [PATCH] if use_std is enabled, also enable either/use_std --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 22a08a8d9..15ddfa8f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ version = "0.2" [features] default = ["use_std"] -use_std = ["use_alloc"] +use_std = ["use_alloc", "either/use_std"] use_alloc = [] [profile]