mirror of
https://github.com/redlib-org/redlib.git
synced 2025-06-01 04:12:18 +00:00
Fix backslash url rewriting and add tests for rewrite_urls. (#461)
* Fix backslash url rewriting. Add test for rewrite_urls. Fixes #281. * Update to v0.22.5 Co-authored-by: spikecodes <19519553+spikecodes@users.noreply.github.com>
This commit is contained in:
parent
ed11135af8
commit
eb6c5e5e1e
5 changed files with 22 additions and 8 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -540,7 +540,7 @@ checksum = "efaa7b300f3b5fe8eb6bf21ce3895e1751d9665086af2d64b42f19701015ff4f"
|
|||
|
||||
[[package]]
|
||||
name = "libreddit"
|
||||
version = "0.22.4"
|
||||
version = "0.22.5"
|
||||
dependencies = [
|
||||
"askama",
|
||||
"async-recursion",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue