From 0ee658d19aab192931c13ce0a257ce4b1557b7b2 Mon Sep 17 00:00:00 2001 From: Leander Beernaert Date: Sat, 3 Aug 2024 15:42:40 +0200 Subject: [PATCH] fix: You have mail common branch --- you-have-mail-mobile/Cargo.lock | 8 ++++---- you-have-mail-mobile/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/you-have-mail-mobile/Cargo.lock b/you-have-mail-mobile/Cargo.lock index b9000f1..d61b44d 100644 --- a/you-have-mail-mobile/Cargo.lock +++ b/you-have-mail-mobile/Cargo.lock @@ -536,7 +536,7 @@ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" [[package]] name = "go-srp" version = "0.1.6" -source = "git+https://github.com/LeanderBB/you-have-mail-common?branch=refactor#eb7476538383e5c45c9419911e5ac6a3a849fd39" +source = "git+https://github.com/LeanderBB/you-have-mail-common#0b5dfd97d1d822b68d748479ce8daf560230298a" dependencies = [ "base64", "bindgen", @@ -589,7 +589,7 @@ dependencies = [ [[package]] name = "http" version = "0.1.0" -source = "git+https://github.com/LeanderBB/you-have-mail-common?branch=refactor#eb7476538383e5c45c9419911e5ac6a3a849fd39" +source = "git+https://github.com/LeanderBB/you-have-mail-common#0b5dfd97d1d822b68d748479ce8daf560230298a" dependencies = [ "anyhow", "secrecy", @@ -912,7 +912,7 @@ dependencies = [ [[package]] name = "proton-api" version = "0.14.0" -source = "git+https://github.com/LeanderBB/you-have-mail-common?branch=refactor#eb7476538383e5c45c9419911e5ac6a3a849fd39" +source = "git+https://github.com/LeanderBB/you-have-mail-common#0b5dfd97d1d822b68d748479ce8daf560230298a" dependencies = [ "anyhow", "go-srp", @@ -1870,7 +1870,7 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] name = "you-have-mail-common" version = "0.11.0" -source = "git+https://github.com/LeanderBB/you-have-mail-common?branch=refactor#eb7476538383e5c45c9419911e5ac6a3a849fd39" +source = "git+https://github.com/LeanderBB/you-have-mail-common#0b5dfd97d1d822b68d748479ce8daf560230298a" dependencies = [ "anyhow", "base64", diff --git a/you-have-mail-mobile/Cargo.toml b/you-have-mail-mobile/Cargo.toml index 4eec1ef..9cbd544 100644 --- a/you-have-mail-mobile/Cargo.toml +++ b/you-have-mail-mobile/Cargo.toml @@ -13,7 +13,7 @@ name = "youhavemail" [dependencies] uniffi = { version = "0.28.0", features = ["cli"] } -you-have-mail-common = { git = "https://github.com/LeanderBB/you-have-mail-common", branch = "refactor" } +you-have-mail-common = { git = "https://github.com/LeanderBB/you-have-mail-common"} thiserror = "1" parking_lot = "0.12" tracing = "0.1"