Skip to content

Commit a39f1c1

Browse files
authored
Merge pull request #75 from getAlby/bump-uniffi-bindgen-go
chore: bump uniffi-bindgen-go version to v0.4.0+v0.28.3
2 parents 48be3d3 + 18fd725 commit a39f1c1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gen-bindings-go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v4
2121

2222
- name: Install uniffi-bindgen-go
23-
run: cargo install uniffi-bindgen-go --git https://github.com/NordSecurity/uniffi-bindgen-go --tag v0.3.0+v0.28.3
23+
run: cargo install uniffi-bindgen-go --git https://github.com/NordSecurity/uniffi-bindgen-go --tag v0.4.0+v0.28.3
2424

2525
- name: Generate bindings
2626
run: uniffi-bindgen-go bindings/ldk_node.udl -o ffi/golang -c ./uniffi.toml

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Alby Go bindings are automatically built by a github workflow and published to l
8888
You can test locally with the following:
8989

9090
- install a recent version of rust
91-
- cargo install uniffi-bindgen-go --git https://github.com/NordSecurity/uniffi-bindgen-go --tag v0.3.0+v0.28.3
91+
- cargo install uniffi-bindgen-go --git https://github.com/NordSecurity/uniffi-bindgen-go --tag v0.4.0+v0.28.3
9292
- ran cargo clean
9393
- run ./scripts/uniffi_bindgen_generate_go.sh
9494
- copied the outputs to my alby hub directory (cp ffi/golang/ldk_node ../hub -r)

0 commit comments

Comments
 (0)