From 8d9b6f4af83e32add1a171ed456325673bc4010c Mon Sep 17 00:00:00 2001 From: Nicholas Molnar <65710+neekolas@users.noreply.github.com> Date: Wed, 26 Jun 2024 14:00:56 -0700 Subject: [PATCH] Remove backtrace --- openmls/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmls/Cargo.toml b/openmls/Cargo.toml index 0137d32be..0c7805a38 100644 --- a/openmls/Cargo.toml +++ b/openmls/Cargo.toml @@ -39,7 +39,7 @@ openmls_libcrux_crypto = { path = "../libcrux_crypto", optional = true } once_cell = { version = "1.19.0", optional = true } [features] -default = ["backtrace"] +default = [] crypto-subtle = [] # Enable subtle crypto APIs that have to be used with care. test-utils = [ "dep:serde_json",