mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 05:16: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]]
|
[[package]]
|
||||||
name = "sendme"
|
name = "sendme"
|
||||||
version = "0.1.0"
|
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 = [
|
dependencies = [
|
||||||
"abao",
|
"abao",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ regex = "1.7"
|
|||||||
rusqlite = { version = "0.27", features = ["sqlcipher"] }
|
rusqlite = { version = "0.27", features = ["sqlcipher"] }
|
||||||
rust-hsluv = "0.1"
|
rust-hsluv = "0.1"
|
||||||
sanitize-filename = "0.4"
|
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_json = "1.0"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
sha-1 = "0.10"
|
sha-1 = "0.10"
|
||||||
|
|||||||
Reference in New Issue
Block a user