mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-25 20:40:24 +00:00
use himalaya-lib from develop branch instead
This commit is contained in:
parent
4fe5d246f1
commit
8125a55bbe
2 changed files with 2 additions and 3 deletions
3
Cargo.lock
generated
3
Cargo.lock
generated
|
@ -474,8 +474,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "himalaya-lib"
|
name = "himalaya-lib"
|
||||||
version = "0.2.1"
|
version = "0.2.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "git+https://git.sr.ht/~soywod/himalaya-lib?branch=develop#a3fccb78810b00cb5c467e723d0159f6a592013a"
|
||||||
checksum = "a0b8afc6ba5f717638aa023bbe082e46fda3ec261c1ce9b21cb9a6c5e9133cd9"
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ammonia",
|
"ammonia",
|
||||||
"chrono",
|
"chrono",
|
||||||
|
|
|
@ -33,7 +33,7 @@ clap = { version = "2.33.3", default-features = false, features = ["suggestions"
|
||||||
convert_case = "0.5.0"
|
convert_case = "0.5.0"
|
||||||
env_logger = "0.8.3"
|
env_logger = "0.8.3"
|
||||||
erased-serde = "0.3.18"
|
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"
|
html-escape = "0.2.9"
|
||||||
lettre = { version = "=0.10.0-rc.7", features = ["serde"] }
|
lettre = { version = "=0.10.0-rc.7", features = ["serde"] }
|
||||||
log = "0.4.14"
|
log = "0.4.14"
|
||||||
|
|
Loading…
Reference in a new issue