File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ EXTERNAL SOURCES:
3737
3838SPEC 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
4646PODFILE CHECKSUM: 4e8f8b2be68aeea4c0d5beb6ff1e79fface1d048
4747
48- COCOAPODS: 1.15 .2
48+ COCOAPODS: 1.16 .2
Original file line number Diff line number Diff 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 ✅]"
Original file line number Diff line number Diff line change 11name : ldk_node
22description : A ready-to-go Lightning node library built using LDK and BDK.
3- version : 0.6.1
3+ version : 0.6.2
44homepage : https://github.com/LtbLightning/ldk-node-flutter
55
66environment :
You can’t perform that action at this time.
0 commit comments