Skip to content

Commit

Permalink
Merge pull request zingolabs#605 from zancas/set_zingolib_to_stable
Browse files Browse the repository at this point in the history
set zingolib to stable
  • Loading branch information
juanky201271 authored Feb 18, 2024
2 parents e9b6874 + 37c6a5e commit 7f655c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ resolver = "2"

[workspace.dependencies]
log = "0.4.8"
zingolib = { git="https://github.com/zingolabs/zingolib", default-features=true, branch = "dev" }
zingoconfig = { git="https://github.com/zingolabs/zingolib", default-features=true, branch = "dev" }
zingolib = { git="https://github.com/zingolabs/zingolib", default-features=true, branch = "stable" }
zingoconfig = { git="https://github.com/zingolabs/zingolib", default-features=true, branch = "stable" }

[profile.release]
debug = false
Expand All @@ -21,4 +21,4 @@ debug = false

# this is needed to build for IOS simulator
[patch.crates-io]
sodiumoxide = { git = "https://github.com/juanky201271/sodiumoxide", rev = "2f1b91e031199412ec631a3afd571a7df2450981"}
sodiumoxide = { git = "https://github.com/juanky201271/sodiumoxide", rev = "2f1b91e031199412ec631a3afd571a7df2450981"}
4 changes: 2 additions & 2 deletions rust/android/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ rustlib = { path = "../lib" }
[dev-dependencies]
tokio = { version = "1.24.2", features = ["full"] }
zingoconfig = { workspace = true }
zingo-testutils = { git="https://github.com/zingolabs/zingolib", default-features=true, branch = "dev" }
darkside-tests = { git="https://github.com/zingolabs/zingolib", 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" }
json = "0.12.4"
env_logger = "0.10.0"
zingomobile_utils = { path = "../zingomobile_utils" }
Expand Down

0 comments on commit 7f655c1

Please sign in to comment.