Skip to content

Commit a255940

Browse files
committed
feat: bump to 6.2
1 parent dff10f8 commit a255940

6 files changed

Lines changed: 956 additions & 439 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
## [0.6.1]
2-
Updated `ldk-node` to `0.6.1`.
1+
## [0.6.2]
2+
Updated `ldk-node` to `0.6.2`.
33

44
### Notes
55
- No breaking changes and no new functions exposed.

example/ios/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ EXTERNAL SOURCES:
3737

3838
SPEC CHECKSUMS:
3939
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
40-
image_picker_ios: 7fe1ff8e34c1790d6fff70a32484959f563a928a
41-
integration_test: 4a889634ef21a45d28d50d622cf412dc6d9f586e
42-
ldk_node: 0e582c130008078c13328cd7b03ae50811fcf540
43-
path_provider_foundation: 080d55be775b7414fd5a5ef3ac137b97b097e564
44-
shared_preferences_foundation: 9e1978ff2562383bd5676f64ec4e9aa8fa06a6f7
40+
image_picker_ios: c560581cceedb403a6ff17f2f816d7fea1421fc1
41+
integration_test: 252f60fa39af5e17c3aa9899d35d908a0721b573
42+
ldk_node: af81fe38d9cc72b0d9c58f614aa1ea9b3cbb7a4f
43+
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
44+
shared_preferences_foundation: fcdcbc04712aee1108ac7fda236f363274528f78
4545

4646
PODFILE CHECKSUM: 4e8f8b2be68aeea4c0d5beb6ff1e79fface1d048
4747

48-
COCOAPODS: 1.15.2
48+
COCOAPODS: 1.16.2

makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ codegen:
2929
@if [ "$$(uname)" = "Linux" ]; then \
3030
echo "Setting up environment for Linux..."; \
3131
export CPATH="$$(clang -v 2>&1 | grep "Selected GCC installation" | rev | cut -d' ' -f1 | rev)/include" && \
32+
export RUSTFLAGS="--cfg tokio_unstable" && \
3233
echo "CPATH set to: $$CPATH" && \
3334
flutter_rust_bridge_codegen generate; \
3435
elif [ "$$(uname)" = "Darwin" ]; then \
@@ -37,10 +38,12 @@ codegen:
3738
export LIBRARY_PATH="$$(xcrun --show-sdk-path)/usr/lib"; \
3839
export LDFLAGS="-L/opt/homebrew/opt/llvm/lib"; \
3940
export CPPFLAGS="-I/opt/homebrew/opt/llvm/include"; \
41+
export RUSTFLAGS="--cfg tokio_unstable"; \
4042
echo "SDK path: $$(xcrun --show-sdk-path)"; \
4143
flutter_rust_bridge_codegen generate; \
4244
else \
4345
echo "Running on $$(uname)..."; \
46+
export RUSTFLAGS="--cfg tokio_unstable" && \
4447
flutter_rust_bridge_codegen generate; \
4548
fi
4649
@echo "[Done ✅]"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ldk_node
22
description: A ready-to-go Lightning node library built using LDK and BDK.
3-
version: 0.6.1
3+
version: 0.6.2
44
homepage: https://github.com/LtbLightning/ldk-node-flutter
55

66
environment:

0 commit comments

Comments
 (0)