Skip to content

Commit 5c1f155

Browse files
authored
Merge pull request #180 from tnull/2023-10-fix-android-build
Fix Android build
2 parents f3d1a86 + acf530a commit 5c1f155

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
authors = ["Elias Rohrer <dev@tnull.de>"]
55
homepage = "https://lightningdevkit.org/"
66
license = "MIT OR Apache-2.0"
7-
edition = "2018"
7+
edition = "2021"
88
description = "A ready-to-go node implementation built using LDK."
99
repository = "https://github.com/lightningdevkit/ldk-node/"
1010
readme = "README.md"

uniffi-bindgen.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
fn main() {
2-
#[cfg(feature = "uniffi")]
2+
#[cfg(feature = "uniffi/cli")]
33
uniffi::uniffi_bindgen_main()
44
}

0 commit comments

Comments
 (0)