Correct `rapid-gossip-sync` `no-std` build and test
[rust-lightning] / lightning-rapid-gossip-sync / Cargo.toml
index 2fa598dc1a22c11be6c84e4938d7fba6be4b98d9..4dec0aa85784ea318c7c5e591a21a62f05668a83 100644 (file)
@@ -16,7 +16,7 @@ std = ["lightning/std"]
 _bench_unstable = []
 
 [dependencies]
-lightning = { version = "0.0.111", path = "../lightning" }
+lightning = { version = "0.0.111", path = "../lightning", default-features = false }
 bitcoin = { version = "0.29.0", default-features = false }
 
 [dev-dependencies]