Skip to content

Commit 190dd18

Browse files
committed
Update uniffi-dart to v0.1.0+v0.30.0
Switch from a pinned rev on chavic/uniffi-dart to the tagged v0.1.0+v0.30.0 release on Uniffi-Dart/uniffi-dart.
1 parent e3ea987 commit 190dd18

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

Cargo-minimal.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4752,8 +4752,8 @@ dependencies = [
47524752

47534753
[[package]]
47544754
name = "uniffi-dart"
4755-
version = "0.1.0"
4756-
source = "git+https://github.com/chavic/uniffi-dart.git?rev=2078791#2078791fe1f93e7a71a8a25c9934adb54d97d52e"
4755+
version = "0.1.0+v0.30.0"
4756+
source = "git+https://github.com/Uniffi-Dart/uniffi-dart.git?tag=v0.1.0%2Bv0.30.0#e3ed67f780257a5a7fae23231e13d84f931208e0"
47574757
dependencies = [
47584758
"anyhow",
47594759
"camino",
@@ -4823,8 +4823,8 @@ dependencies = [
48234823

48244824
[[package]]
48254825
name = "uniffi_dart_macro"
4826-
version = "0.1.0"
4827-
source = "git+https://github.com/chavic/uniffi-dart.git?rev=2078791#2078791fe1f93e7a71a8a25c9934adb54d97d52e"
4826+
version = "0.1.0+v0.30.0"
4827+
source = "git+https://github.com/Uniffi-Dart/uniffi-dart.git?tag=v0.1.0%2Bv0.30.0#e3ed67f780257a5a7fae23231e13d84f931208e0"
48284828
dependencies = [
48294829
"futures",
48304830
"proc-macro2",

Cargo-recent.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4752,8 +4752,8 @@ dependencies = [
47524752

47534753
[[package]]
47544754
name = "uniffi-dart"
4755-
version = "0.1.0"
4756-
source = "git+https://github.com/chavic/uniffi-dart.git?rev=2078791#2078791fe1f93e7a71a8a25c9934adb54d97d52e"
4755+
version = "0.1.0+v0.30.0"
4756+
source = "git+https://github.com/Uniffi-Dart/uniffi-dart.git?tag=v0.1.0%2Bv0.30.0#e3ed67f780257a5a7fae23231e13d84f931208e0"
47574757
dependencies = [
47584758
"anyhow",
47594759
"camino",
@@ -4823,8 +4823,8 @@ dependencies = [
48234823

48244824
[[package]]
48254825
name = "uniffi_dart_macro"
4826-
version = "0.1.0"
4827-
source = "git+https://github.com/chavic/uniffi-dart.git?rev=2078791#2078791fe1f93e7a71a8a25c9934adb54d97d52e"
4826+
version = "0.1.0+v0.30.0"
4827+
source = "git+https://github.com/Uniffi-Dart/uniffi-dart.git?tag=v0.1.0%2Bv0.30.0#e3ed67f780257a5a7fae23231e13d84f931208e0"
48284828
dependencies = [
48294829
"futures",
48304830
"proc-macro2",

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/chavic/uniffi-dart.git", rev = "2078791", optional = true }
37+
uniffi-dart = { git = "https://github.com/Uniffi-Dart/uniffi-dart.git", tag = "v0.1.0+v0.30.0", 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)