This commit is contained in:
Floris Bruynooghe
2023-02-14 17:20:25 +01:00
parent a34a69d8e4
commit c73edd7e21
2 changed files with 2 additions and 5 deletions

View File

@@ -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" }