mirror of
https://github.com/chatmail/core.git
synced 2026-04-24 17:06:28 +03:00
fixed another bug, try main again
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user