Skip to content

Commit

Permalink
Merge pull request zingolabs#632 from juanky201271/dev_uniffi_migration
Browse files Browse the repository at this point in the history
Apply more suggestions from code review
  • Loading branch information
Oscar-Pepper authored Apr 12, 2024
2 parents a6cdfb5 + acc7502 commit fd7658c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resolver = "2"
[workspace.dependencies]
zingolib = { git="https://github.com/zingolabs/zingolib", default-features=true, branch = "stable" }
zingoconfig = { git="https://github.com/zingolabs/zingolib", default-features=true, branch = "stable" }
uniffi = { version = "0.27.0" }
uniffi = "0.27"

[profile.release]
debug = false
Expand Down
2 changes: 1 addition & 1 deletion rust/android/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ zingomobile_utils = { path = "../zingomobile_utils" }
regchest_utils = { git="https://github.com/zingolabs/zingo-regchest", default-features=true, branch = "dev" }
zingo-testutils = { git="https://github.com/zingolabs/zingolib", default-features=true, branch = "stable" }
darkside-tests = { git="https://github.com/zingolabs/zingolib", default-features=true, branch = "stable" }
tokio = { version = "1.24.2", features = ["full"] }
tokio = { version = "1.24", features = [ "full" ] }
json = "0.12.4"
env_logger = "0.10.0"

0 comments on commit fd7658c

Please sign in to comment.