Skip to content

Commit 319772e

Browse files
committed
Update uniffi-dart rev
This rev contains several fixes, one of which is necessary to properly parse the ffi library namespace in the next commit.
1 parent 95ea97e commit 319772e

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

Cargo-minimal.lock

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4056,7 +4056,7 @@ dependencies = [
40564056
[[package]]
40574057
name = "uniffi-dart"
40584058
version = "0.1.0"
4059-
source = "git+https://github.com/Uniffi-Dart/uniffi-dart.git?rev=04f0007#04f00070418dc9c0a116386d2ca01d617a7079e4"
4059+
source = "git+https://github.com/Uniffi-Dart/uniffi-dart.git?rev=364b117#364b11767096ccaaa1e6f681fdfc354cb4cd9d5d"
40604060
dependencies = [
40614061
"anyhow",
40624062
"camino",
@@ -4127,14 +4127,13 @@ dependencies = [
41274127
[[package]]
41284128
name = "uniffi_dart_macro"
41294129
version = "0.1.0"
4130-
source = "git+https://github.com/Uniffi-Dart/uniffi-dart.git?rev=04f0007#04f00070418dc9c0a116386d2ca01d617a7079e4"
4130+
source = "git+https://github.com/Uniffi-Dart/uniffi-dart.git?rev=364b117#364b11767096ccaaa1e6f681fdfc354cb4cd9d5d"
41314131
dependencies = [
41324132
"futures",
41334133
"proc-macro2",
41344134
"quote",
41354135
"stringcase 0.3.0",
41364136
"syn 1.0.109",
4137-
"tokio",
41384137
"uniffi",
41394138
]
41404139

Cargo-recent.lock

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4056,7 +4056,7 @@ dependencies = [
40564056
[[package]]
40574057
name = "uniffi-dart"
40584058
version = "0.1.0"
4059-
source = "git+https://github.com/Uniffi-Dart/uniffi-dart.git?rev=04f0007#04f00070418dc9c0a116386d2ca01d617a7079e4"
4059+
source = "git+https://github.com/Uniffi-Dart/uniffi-dart.git?rev=364b117#364b11767096ccaaa1e6f681fdfc354cb4cd9d5d"
40604060
dependencies = [
40614061
"anyhow",
40624062
"camino",
@@ -4127,14 +4127,13 @@ dependencies = [
41274127
[[package]]
41284128
name = "uniffi_dart_macro"
41294129
version = "0.1.0"
4130-
source = "git+https://github.com/Uniffi-Dart/uniffi-dart.git?rev=04f0007#04f00070418dc9c0a116386d2ca01d617a7079e4"
4130+
source = "git+https://github.com/Uniffi-Dart/uniffi-dart.git?rev=364b117#364b11767096ccaaa1e6f681fdfc354cb4cd9d5d"
41314131
dependencies = [
41324132
"futures",
41334133
"proc-macro2",
41344134
"quote",
41354135
"stringcase 0.3.0",
41364136
"syn 1.0.109",
4137-
"tokio",
41384137
"uniffi",
41394138
]
41404139

payjoin-ffi/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ path = "uniffi-bindgen.rs"
2323

2424
[build-dependencies]
2525
uniffi = { version = "0.29.4", features = ["build", "cli"] }
26-
uniffi-dart = { git = "https://github.com/Uniffi-Dart/uniffi-dart.git", rev = "04f0007", features = ["build"], optional = true }
26+
uniffi-dart = { git = "https://github.com/Uniffi-Dart/uniffi-dart.git", rev = "364b117", features = ["build"], optional = true }
2727

2828
[dependencies]
2929
base64 = "0.22.1"
@@ -39,7 +39,7 @@ serde_json = "1.0.142"
3939
thiserror = "2.0.14"
4040
tokio = { version = "1.47.1", features = ["full"], optional = true }
4141
uniffi = { version = "0.29.4" }
42-
uniffi-dart = { git = "https://github.com/Uniffi-Dart/uniffi-dart.git", rev = "04f0007", optional = true }
42+
uniffi-dart = { git = "https://github.com/Uniffi-Dart/uniffi-dart.git", rev = "364b117", optional = true }
4343
url = "2.5.4"
4444

4545
[dev-dependencies]

0 commit comments

Comments
 (0)