Skip to content

Commit aa323cd

Browse files
committed
Move UniFFI bindings to a dedicated repo
Move nostr-sdk-ffi to https://github.com/rust-nostr/nostr-sdk-ffi Closes #813 Signed-off-by: Yuki Kishimoto <[email protected]>
1 parent c266adb commit aa323cd

File tree

165 files changed

+12
-15739
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

165 files changed

+12
-15739
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,9 @@ assignees: ''
1616
<!-- A clear and concise description of what you expected to happen. -->
1717

1818
**Build environment**
19-
* Library: <!-- nostr, nostr-sdk, ... -->
20-
* Language: <!-- Rust, Python, JavaScript, Kotlin, Swift, ... -->
21-
* Language version: <!-- e.g. v1.65.0, not applicable -->
22-
* Tag/commit: <!-- e.g. v0.13.0, 3a07614 -->
19+
* Library: <!-- nostr, nostr-sdk, ... -->
20+
* Version/tag/commit: <!-- e.g. v0.13.0, 3a07614 -->
2321
* OS+version: <!-- e.g. ubuntu 20.04.01, macOS 12.0.1, windows -->
2422

2523
**Additional context**
26-
<!-- Add any other context about the problem here. -->
24+
<!-- Add any other context about the problem here. -->

.github/workflows/bindings.yml

-31
This file was deleted.

.github/workflows/ci.yml

-9
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,6 @@ jobs:
3737
- name: Check
3838
run: bash contrib/scripts/check-crates.sh msrv ci
3939

40-
check-bindings:
41-
name: Check bindings
42-
runs-on: ubuntu-latest
43-
steps:
44-
- name: Checkout
45-
uses: actions/checkout@v4
46-
- name: Check
47-
run: bash contrib/scripts/check-bindings.sh
48-
4940
check-docs:
5041
name: Check docs
5142
runs-on: ubuntu-latest

.github/workflows/publish-sdk-python.yaml

-205
This file was deleted.

0 commit comments

Comments
 (0)