From 49d5a58622ce38255b8cd5520d7d77c2d3821a87 Mon Sep 17 00:00:00 2001 From: Stanislav Tkach Date: Wed, 22 Mar 2023 09:50:30 +0100 Subject: [PATCH] Remove the package section from wasm-crypto because it is ignored from non root packages anyway --- wasm-crypto/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/wasm-crypto/Cargo.toml b/wasm-crypto/Cargo.toml index 75ff154acb..5373c537f4 100644 --- a/wasm-crypto/Cargo.toml +++ b/wasm-crypto/Cargo.toml @@ -22,6 +22,3 @@ thiserror.workspace = true [dev-dependencies] rstest.workspace = true test-utils = {path = '../test-utils'} - -[profile.release] -lto = true