Skip to content

Commit 5a88af0

Browse files
committed
Temporarily pin uniffi-dart branch
Point payjoin-ffi at the merged chavic/fix-dart-error-object-naming branch for testing. This lets the Dart generator fix be exercised on this branch before a new uniffi-dart release tag is available.
1 parent e8785fb commit 5a88af0

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/chavic/uniffi-dart.git", branch = "chavic/fix-dart-error-object-naming", 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)