X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=sidebyside;f=Cargo.toml;h=8614cb48c1f15207023d9fd00b952600804d4e1b;hb=633be238fd829309861913c9b1e24aebfaa787d1;hp=afc0092c72da50a1a9fecbf8bfb2edf5daa04104;hpb=2e90ca11ca2063f6984191f028d81af1ba53b1b2;p=rust-lightning diff --git a/Cargo.toml b/Cargo.toml index afc0092c..8614cb48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,8 @@ 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