X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning%2FCargo.toml;fp=lightning%2FCargo.toml;h=c5d0c5564afb9249784276c2df2567a57ebcf084;hb=963f8d93b58ebf5d5ee1d6e3e3654c11a4597a0f;hp=135d42a6a81ced0a147775ca9e352d8dcaf0fdc8;hpb=482d718e27ef9229747eb2d2d9b6dab01cf5e23f;p=rust-lightning diff --git a/lightning/Cargo.toml b/lightning/Cargo.toml index 135d42a6..c5d0c556 100644 --- a/lightning/Cargo.toml +++ b/lightning/Cargo.toml @@ -24,7 +24,7 @@ max_level_trace = [] # Allow signing of local transactions that may have been revoked or will be revoked, for functional testing (e.g. justice tx handling). # This is unsafe to use in production because it may result in the counterparty publishing taking our funds. unsafe_revoked_tx_signing = [] -unstable = [] +_bench_unstable = [] no-std = ["hashbrown", "bitcoin/no-std", "core2/alloc"] std = ["bitcoin/std"]