mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-25 04:20:22 +00:00
bump himalaya-lib b1a1834d
This commit is contained in:
parent
bfb572acbd
commit
4b3280cbbb
2 changed files with 2 additions and 1 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -803,7 +803,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "himalaya-lib"
|
name = "himalaya-lib"
|
||||||
version = "0.6.0"
|
version = "0.6.0"
|
||||||
source = "git+https://git.sr.ht/~soywod/himalaya-lib?branch=develop#b1a60353ea0577cfeb886433c7a9065c93ad534d"
|
source = "git+https://git.sr.ht/~soywod/himalaya-lib?branch=develop#b1a1834dc920965c9449a708ee1b9fa24f8a5135"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ammonia",
|
"ammonia",
|
||||||
"chrono",
|
"chrono",
|
||||||
|
|
|
@ -37,6 +37,7 @@ email_address = "0.2.4"
|
||||||
env_logger = "0.8"
|
env_logger = "0.8"
|
||||||
erased-serde = "0.3"
|
erased-serde = "0.3"
|
||||||
himalaya-lib = { git = "https://git.sr.ht/~soywod/himalaya-lib", branch = "develop" }
|
himalaya-lib = { git = "https://git.sr.ht/~soywod/himalaya-lib", branch = "develop" }
|
||||||
|
# himalaya-lib = { path = "/home/soywod/sourcehut/himalaya-lib" }
|
||||||
indicatif = "0.17"
|
indicatif = "0.17"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
once_cell = "1.16.0"
|
once_cell = "1.16.0"
|
||||||
|
|
Loading…
Reference in a new issue