build: fix compilation without default features (#218)
* build: fix compilation with optional features * Remove unused config from Cargo.toml * Fix cache keys Co-authored-by: Luis Moreno <morenol@users.noreply.github.com>
This commit is contained in:
@@ -42,11 +42,6 @@ bincode = "1.3.1"
|
||||
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
|
||||
wasm-bindgen-test = "0.3"
|
||||
|
||||
[profile.bench]
|
||||
debug = true
|
||||
|
||||
resolver = "2"
|
||||
|
||||
[profile.test]
|
||||
debug = 1
|
||||
opt-level = 3
|
||||
|
||||
Reference in New Issue
Block a user