use himalaya-lib from develop branch instead

This commit is contained in:
Clément DOUIN 2022-10-07 10:24:25 +02:00
parent 4fe5d246f1
commit 8125a55bbe
No known key found for this signature in database
GPG key ID: 353E4A18EE0FAB72
2 changed files with 2 additions and 3 deletions

3
Cargo.lock generated
View file

@ -474,8 +474,7 @@ dependencies = [
[[package]]
name = "himalaya-lib"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0b8afc6ba5f717638aa023bbe082e46fda3ec261c1ce9b21cb9a6c5e9133cd9"
source = "git+https://git.sr.ht/~soywod/himalaya-lib?branch=develop#a3fccb78810b00cb5c467e723d0159f6a592013a"
dependencies = [
"ammonia",
"chrono",

View file

@ -33,7 +33,7 @@ clap = { version = "2.33.3", default-features = false, features = ["suggestions"
convert_case = "0.5.0"
env_logger = "0.8.3"
erased-serde = "0.3.18"
himalaya-lib = "=0.2.1"
himalaya-lib = { version = "=0.2.1", git = "https://git.sr.ht/~soywod/himalaya-lib", branch = "develop" }
html-escape = "0.2.9"
lettre = { version = "=0.10.0-rc.7", features = ["serde"] }
log = "0.4.14"