Merge pull request #2796 from yellowred/fix/bitcoind_parse_txid
[rust-lightning] / lightning / Cargo.toml
index 76d751af39192754c67575bdc27650ab89aa88e3..3c3912e2b32fc29a130b9d78d504a6826b17cb54 100644 (file)
@@ -9,7 +9,7 @@ A Bitcoin Lightning library in Rust.
 Does most of the hard work, without implying a specific runtime, requiring clients implement basic network logic, chain interactions and disk storage.
 Still missing tons of error-handling. See GitHub issues for suggested projects if you want to contribute. Don't have to bother telling you not to use this for anything serious, because you'd have to build a client around it to even try.
 """
-edition = "2018"
+edition = "2021"
 
 [package.metadata.docs.rs]
 features = ["std"]