X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Cargo.toml;h=8614cb48c1f15207023d9fd00b952600804d4e1b;hb=b64523780b2f08f8cea7f29b660841310dba7a70;hp=5aa90975a3a71160c99387114744cf910e8c6dde;hpb=8d35d2cee8c271b9d5c27802b9911ce2109b5248;p=rust-lightning diff --git a/Cargo.toml b/Cargo.toml index 5aa90975..8614cb48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,6 @@ members = [ "lightning", "lightning-block-sync", - "lightning-transaction-sync", "lightning-invoice", "lightning-net-tokio", "lightning-persister", @@ -13,7 +12,10 @@ members = [ exclude = [ "lightning-custom-message", + "lightning-transaction-sync", "no-std-check", + "msrv-no-dev-deps-check", + "bench", ] # Our tests do actual crypto and lots of work, the tradeoff for -O2 is well @@ -35,8 +37,3 @@ lto = "off" opt-level = 3 lto = true panic = "abort" - -[profile.bench] -opt-level = 3 -codegen-units = 1 -lto = true