LTO fix and toml cleanup (#608)

* Removes redundant entries from Cargo.toml

This also fixes a compilation problem we have in debug mode with LTO
enabled.

* fix output-path triple dash
This commit is contained in:
kaczmarczyck
2023-04-04 13:40:42 +02:00
committed by GitHub
parent 6d5ea16f2d
commit 80b82ffd42
4 changed files with 1 additions and 35 deletions

View File

@@ -21,8 +21,6 @@ rng256 = { path = "libraries/rng256" }
persistent_store = { path = "libraries/persistent_store" }
byteorder = { version = "1", default-features = false }
arrayref = "0.3.6"
subtle = { version = "2.2", default-features = false, features = ["nightly"] }
arbitrary = { version = "0.4.7", features = ["derive"], optional = true }
rand = { version = "0.8.4", optional = true }
ed25519-compact = { version = "1", default-features = false, optional = true }