From 8125a55bbe3507b217f17eed05791050abd2cc89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Fri, 7 Oct 2022 10:24:25 +0200 Subject: [PATCH] use himalaya-lib from develop branch instead --- Cargo.lock | 3 +-- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 137c4bb..2766ac7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 140ce27..fd67225 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"