Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/csharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
with:
dotnet-version: "8.0.x"

- name: Verify .NET SDK
run: |
dotnet --version
dotnet --list-sdks

- name: Generate bindings and binaries (unix)
if: matrix.os != 'windows-latest'
run: bash ./scripts/generate_bindings.sh
Expand Down
25 changes: 20 additions & 5 deletions Cargo-minimal.lock
Original file line number Diff line number Diff line change
Expand Up @@ -775,6 +775,20 @@ dependencies = [
"serde",
]

[[package]]
name = "cargo_metadata"
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037"
dependencies = [
"camino",
"cargo-platform",
"semver",
"serde",
"serde_json",
"thiserror 1.0.63",
]

[[package]]
name = "cargo_metadata"
version = "0.19.2"
Expand Down Expand Up @@ -4704,7 +4718,7 @@ checksum = "c866f627c3f04c3df068b68bb2d725492caaa539dd313e2a9d26bb85b1a32f4e"
dependencies = [
"anyhow",
"camino",
"cargo_metadata",
"cargo_metadata 0.19.2",
"clap 4.5.46",
"uniffi_bindgen",
"uniffi_build",
Expand All @@ -4721,7 +4735,7 @@ dependencies = [
"anyhow",
"askama",
"camino",
"cargo_metadata",
"cargo_metadata 0.19.2",
"clap 3.2.25",
"extend",
"fs-err 2.11.0",
Expand All @@ -4739,10 +4753,11 @@ dependencies = [
[[package]]
name = "uniffi-dart"
version = "0.1.0"
source = "git+https://github.com/Uniffi-Dart/uniffi-dart.git?rev=f830323#f830323646fb6fbca89f9798dcf425f339f166ca"
source = "git+https://github.com/chavic/uniffi-dart.git?rev=2078791#2078791fe1f93e7a71a8a25c9934adb54d97d52e"
dependencies = [
"anyhow",
"camino",
"cargo_metadata 0.18.1",
"genco",
"heck 0.5.0",
"lazy_static",
Expand All @@ -4765,7 +4780,7 @@ dependencies = [
"anyhow",
"askama",
"camino",
"cargo_metadata",
"cargo_metadata 0.19.2",
"fs-err 2.11.0",
"glob",
"goblin",
Expand Down Expand Up @@ -4809,7 +4824,7 @@ dependencies = [
[[package]]
name = "uniffi_dart_macro"
version = "0.1.0"
source = "git+https://github.com/Uniffi-Dart/uniffi-dart.git?rev=f830323#f830323646fb6fbca89f9798dcf425f339f166ca"
source = "git+https://github.com/chavic/uniffi-dart.git?rev=2078791#2078791fe1f93e7a71a8a25c9934adb54d97d52e"
dependencies = [
"futures",
"proc-macro2",
Expand Down
25 changes: 20 additions & 5 deletions Cargo-recent.lock
Original file line number Diff line number Diff line change
Expand Up @@ -775,6 +775,20 @@ dependencies = [
"serde",
]

[[package]]
name = "cargo_metadata"
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037"
dependencies = [
"camino",
"cargo-platform",
"semver",
"serde",
"serde_json",
"thiserror 1.0.63",
]

[[package]]
name = "cargo_metadata"
version = "0.19.2"
Expand Down Expand Up @@ -4704,7 +4718,7 @@ checksum = "c866f627c3f04c3df068b68bb2d725492caaa539dd313e2a9d26bb85b1a32f4e"
dependencies = [
"anyhow",
"camino",
"cargo_metadata",
"cargo_metadata 0.19.2",
"clap 4.5.46",
"uniffi_bindgen",
"uniffi_build",
Expand All @@ -4721,7 +4735,7 @@ dependencies = [
"anyhow",
"askama",
"camino",
"cargo_metadata",
"cargo_metadata 0.19.2",
"clap 3.2.25",
"extend",
"fs-err 2.11.0",
Expand All @@ -4739,10 +4753,11 @@ dependencies = [
[[package]]
name = "uniffi-dart"
version = "0.1.0"
source = "git+https://github.com/Uniffi-Dart/uniffi-dart.git?rev=f830323#f830323646fb6fbca89f9798dcf425f339f166ca"
source = "git+https://github.com/chavic/uniffi-dart.git?rev=2078791#2078791fe1f93e7a71a8a25c9934adb54d97d52e"
dependencies = [
"anyhow",
"camino",
"cargo_metadata 0.18.1",
"genco",
"heck 0.5.0",
"lazy_static",
Expand All @@ -4765,7 +4780,7 @@ dependencies = [
"anyhow",
"askama",
"camino",
"cargo_metadata",
"cargo_metadata 0.19.2",
"fs-err 2.11.0",
"glob",
"goblin",
Expand Down Expand Up @@ -4809,7 +4824,7 @@ dependencies = [
[[package]]
name = "uniffi_dart_macro"
version = "0.1.0"
source = "git+https://github.com/Uniffi-Dart/uniffi-dart.git?rev=f830323#f830323646fb6fbca89f9798dcf425f339f166ca"
source = "git+https://github.com/chavic/uniffi-dart.git?rev=2078791#2078791fe1f93e7a71a8a25c9934adb54d97d52e"
dependencies = [
"futures",
"proc-macro2",
Expand Down
2 changes: 1 addition & 1 deletion payjoin-ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ thiserror = "2.0.14"
tokio = { version = "1.47.1", features = ["full"], optional = true }
uniffi = { version = "0.30.0", features = ["cli"] }
uniffi-bindgen-cs = { git = "https://github.com/chavic/uniffi-bindgen-cs.git", rev = "878a3d269eacce64beadcd336ade0b7c8da09824", optional = true }
uniffi-dart = { git = "https://github.com/Uniffi-Dart/uniffi-dart.git", rev = "f830323", optional = true }
uniffi-dart = { git = "https://github.com/chavic/uniffi-dart.git", rev = "2078791", optional = true }
url = "2.5.4"

# getrandom is ignored here because it's required by the wasm_js feature
Expand Down
6 changes: 6 additions & 0 deletions payjoin-ffi/csharp/global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"sdk": {
"version": "8.0.100",
"rollForward": "latestFeature"
}
}
Loading
Loading