Bump crate versions to 0.0.117-rc1/invoice 0.25-rc1
[rust-lightning] / Cargo.toml
index 5aa90975a3a71160c99387114744cf910e8c6dde..8614cb48c1f15207023d9fd00b952600804d4e1b 100644 (file)
@@ -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