From 9b60be47e761055f4750bbfd086a3000c6118b75 Mon Sep 17 00:00:00 2001 From: Kevin Gislason Date: Sun, 26 Dec 2021 21:25:47 -0600 Subject: [PATCH] update manta-api --- Cargo.toml | 2 +- ui/src-tauri/Cargo.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 644646ad..a42ecd06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ derivative = { version = "2.2.0", default-features = false, features = ["use_cor dirs-next = { version = "2.0.0" } futures = { version = "0.3.17", default-features = false } http-types = { version = "2.12.0", default-features = false } -manta-api = { git = "https://github.com/Manta-Network/manta-api", branch = "incremental_refresh", default-features = false, features = ["signer", "testnet"] } +manta-api = { git = "https://github.com/Manta-Network/manta-api", branch = "manta", default-features = false, features = ["signer", "testnet"] } manta-asset = { git = "https://github.com/Manta-Network/manta-types", branch = "manta" } manta-crypto = { git = "https://github.com/Manta-Network/manta-crypto", branch = "manta" } manta-data = { git = "https://github.com/Manta-Network/manta-types", branch = "manta" } diff --git a/ui/src-tauri/Cargo.lock b/ui/src-tauri/Cargo.lock index ca147c50..043790e9 100644 --- a/ui/src-tauri/Cargo.lock +++ b/ui/src-tauri/Cargo.lock @@ -2694,7 +2694,7 @@ dependencies = [ [[package]] name = "manta-api" version = "0.3.3" -source = "git+https://github.com/Manta-Network/manta-api?branch=incremental_refresh#45eea96be843675fa667abafc554bcdced2d60de" +source = "git+https://github.com/Manta-Network/manta-api?branch=manta#309e272f46a9a25b468a11d9c36716a7e32c85a5" dependencies = [ "ark-bls12-381", "ark-crypto-primitives",