Skip to content

Commit 4d3f602

Browse files
committed
Upgrade uniffi-dart
Point the Dart generator dependency at the merged upstream fix\nfor object types ending in Error.\n\nThis replaces the temporary downstream workaround path with the\nupstream uniffi-dart revision that contains the naming fix, so the\nreceiver bindings can keep their original Error names.
1 parent 8c17d48 commit 4d3f602

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

payjoin-ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ thiserror = "2.0.14"
3434
tokio = { version = "1.47.1", features = ["full"], optional = true }
3535
uniffi = { version = "0.30.0", features = ["cli"] }
3636
uniffi-bindgen-cs = { git = "https://github.com/chavic/uniffi-bindgen-cs.git", rev = "878a3d269eacce64beadcd336ade0b7c8da09824", optional = true }
37-
uniffi-dart = { git = "https://github.com/Uniffi-Dart/uniffi-dart.git", tag = "v0.1.0+v0.30.0", optional = true }
37+
uniffi-dart = { git = "https://github.com/Uniffi-Dart/uniffi-dart.git", rev = "26739b93ca0d3e95dee8c8362d5d971cc931c6f3", optional = true }
3838
url = "2.5.4"
3939

4040
# getrandom is ignored here because it's required by the wasm_js feature

0 commit comments

Comments
 (0)