Skip to content

Commit dc51823

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 5aa5fb9 commit dc51823

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
@@ -36,7 +36,7 @@ thiserror = "2.0.14"
3636
tokio = { version = "1.47.1", features = ["full"], optional = true }
3737
uniffi = { version = "0.30.0", features = ["cli"] }
3838
uniffi-bindgen-cs = { git = "https://github.com/chavic/uniffi-bindgen-cs.git", rev = "878a3d269eacce64beadcd336ade0b7c8da09824", optional = true }
39-
uniffi-dart = { git = "https://github.com/Uniffi-Dart/uniffi-dart.git", tag = "v0.1.0+v0.30.0", optional = true }
39+
uniffi-dart = { git = "https://github.com/Uniffi-Dart/uniffi-dart.git", rev = "26739b93ca0d3e95dee8c8362d5d971cc931c6f3", optional = true }
4040
url = "2.5.4"
4141

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

0 commit comments

Comments
 (0)