From c73edd7e215e99b79879e767a3ee0e2d1463b9e0 Mon Sep 17 00:00:00 2001 From: Floris Bruynooghe Date: Tue, 14 Feb 2023 17:20:25 +0100 Subject: [PATCH] oh --- Cargo.lock | 2 +- Cargo.toml | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 55f51fc4b..9dce43596 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3773,7 +3773,7 @@ dependencies = [ [[package]] name = "sendme" version = "0.1.0" -source = "git+https://github.com/n0-computer/sendme?branch=main#f3086a9576fdc0cdfbd6b0646745bec9e91f7d60" +source = "git+https://github.com/n0-computer/sendme?branch=flub/debug-ci#6a9b1cbd9c0beb0cbabd36785486cecc4529cff2" dependencies = [ "anyhow", "bao", diff --git a/Cargo.toml b/Cargo.toml index d742d777c..5ea016b71 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 = "main", default-features = false } +sendme = { git = "https://github.com/n0-computer/sendme", branch = "flub/debug-ci", default-features = false } serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } sha-1 = "0.10" @@ -152,6 +152,3 @@ vendored = [ "rusqlite/bundled-sqlcipher-vendored-openssl", "reqwest/native-tls-vendored" ] - -[patch.'https://github.com/n0-computer/sendme'] -sendme = { branch = "flub/debug-ci" }