X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=no-std-check%2FCargo.toml;h=45a70c2a6d1bc15e457a8f4929a492c206ede102;hb=b06b2c787a1a9065872e0ad09a2e849b215d57f5;hp=16d2fc110e2a42252dbc83afb623f6a76bff570d;hpb=852cf2b3f2e5145f8a28d5e30eb37c9d5568dcc1;p=rust-lightning diff --git a/no-std-check/Cargo.toml b/no-std-check/Cargo.toml index 16d2fc11..45a70c2a 100644 --- a/no-std-check/Cargo.toml +++ b/no-std-check/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "no-std-check" version = "0.1.0" -edition = "2018" +edition = "2021" [features] default = ["lightning/no-std", "lightning-invoice/no-std", "lightning-rapid-gossip-sync/no-std"] @@ -15,3 +15,6 @@ lightning-background-processor = { path = "../lightning-background-processor", f # Obviously lightning-transaction-sync doesn't support no-std, but it should build # even if lightning is built with no-std. lightning-transaction-sync = { path = "../lightning-transaction-sync", optional = true } + +[patch.crates-io] +possiblyrandom = { path = "../possiblyrandom" }