mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 04:57:38 +03:00
* rss: add <pubDate> field, fixes #356 * rss: also add pub_date on user feed * fix(fmt) --------- Co-authored-by: Matthew Esposito <matt@matthew.science>
This commit is contained in:
parent
adf25cb15b
commit
fd1c32f555
4 changed files with 8 additions and 2 deletions
5
Cargo.lock
generated
5
Cargo.lock
generated
|
@ -274,9 +274,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|||
|
||||
[[package]]
|
||||
name = "chrono"
|
||||
version = "0.4.38"
|
||||
version = "0.4.39"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
|
||||
checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
|
||||
dependencies = [
|
||||
"num-traits",
|
||||
]
|
||||
|
@ -1367,6 +1367,7 @@ dependencies = [
|
|||
"brotli",
|
||||
"build_html",
|
||||
"cached",
|
||||
"chrono",
|
||||
"clap",
|
||||
"common-words-all",
|
||||
"cookie",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue