X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Cargo.toml;h=a12f6ff9ff3de2ded9fbc368029aba53f945f066;hb=a85d5b14444f3ef2dab994b404f4fb37635a3824;hp=afc0092c72da50a1a9fecbf8bfb2edf5daa04104;hpb=7b2537bfcbf4a9c6d7ba78ab38eafeb4f54f2fa0;p=rust-lightning diff --git a/Cargo.toml b/Cargo.toml index afc0092c..a12f6ff9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,4 +1,5 @@ [workspace] +resolver = "2" members = [ "lightning", @@ -7,13 +8,15 @@ members = [ "lightning-net-tokio", "lightning-persister", "lightning-background-processor", - "lightning-rapid-gossip-sync" + "lightning-rapid-gossip-sync", + "lightning-custom-message", ] 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 +38,3 @@ lto = "off" opt-level = 3 lto = true panic = "abort" - -[profile.bench] -opt-level = 3 -codegen-units = 1 -lto = true