fixed another bug, try main again

This commit is contained in:
Floris Bruynooghe
2023-02-16 14:49:48 +01:00
parent 7a9f497aa7
commit a53d30c459
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

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

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 = "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"