diff --git a/rust/Cargo.toml b/rust/Cargo.toml index d6f7b52d6..a815f42dc 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -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 @@ -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"} \ No newline at end of file +sodiumoxide = { git = "https://github.com/juanky201271/sodiumoxide", rev = "2f1b91e031199412ec631a3afd571a7df2450981"} diff --git a/rust/android/Cargo.toml b/rust/android/Cargo.toml index 6c52af624..9595bc362 100644 --- a/rust/android/Cargo.toml +++ b/rust/android/Cargo.toml @@ -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" }