From a53d30c4590bc8abde929beb43b0a87453e66f3e Mon Sep 17 00:00:00 2001 From: Floris Bruynooghe Date: Thu, 16 Feb 2023 14:49:48 +0100 Subject: [PATCH] fixed another bug, try main again --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 73eb91e26..a1941f68a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3775,7 +3775,7 @@ dependencies = [ [[package]] name = "sendme" version = "0.1.0" -source = "git+https://github.com/n0-computer/sendme?branch=flub/debug-ci#fc368a5b3070029488c0380c37eec1fc92f972eb" +source = "git+https://github.com/n0-computer/sendme?branch=main#153073a93740a214731181e42d69328652081cda" dependencies = [ "abao", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 1e7a14788..62fc9b73a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ regex = "1.7" rusqlite = { version = "0.27", features = ["sqlcipher"] } rust-hsluv = "0.1" sanitize-filename = "0.4" -sendme = { git = "https://github.com/n0-computer/sendme", branch = "flub/debug-ci", default-features = false } +sendme = { git = "https://github.com/n0-computer/sendme", branch = "main", default-features = false } serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } sha-1 = "0.10"