We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3d1a86 + acf530a commit 5c1f155Copy full SHA for 5c1f155
Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
4
authors = ["Elias Rohrer <dev@tnull.de>"]
5
homepage = "https://lightningdevkit.org/"
6
license = "MIT OR Apache-2.0"
7
-edition = "2018"
+edition = "2021"
8
description = "A ready-to-go node implementation built using LDK."
9
repository = "https://github.com/lightningdevkit/ldk-node/"
10
readme = "README.md"
uniffi-bindgen.rs
@@ -1,4 +1,4 @@
1
fn main() {
2
- #[cfg(feature = "uniffi")]
+ #[cfg(feature = "uniffi/cli")]
3
uniffi::uniffi_bindgen_main()
}
0 commit comments