From dcf11d643f7e495e501e4d76bc087174dd7a06f1 Mon Sep 17 00:00:00 2001 From: david barinas Date: Fri, 26 Apr 2024 08:58:57 -0500 Subject: [PATCH] chore: update cargo.toml --- libwallet/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libwallet/Cargo.toml b/libwallet/Cargo.toml index 3809435..da3cc32 100644 --- a/libwallet/Cargo.toml +++ b/libwallet/Cargo.toml @@ -35,7 +35,7 @@ serde_json = {version = "1.0", default-features = false, features = ["alloc"]} dirs = "4.0" [features] -default = ["std", "substrate", "vault_simple", "mnemonic", "rand", "vault_pass", "vault_os", "util_pin"] +# default = ["std", "substrate", "vault_simple", "mnemonic", "rand", "vault_pass", "vault_os", "util_pin"] rand = ["rand_core", "schnorrkel?/getrandom"] sr25519 = ["dep:schnorrkel"] std = [