This commit is contained in:
Matthew Esposito 2025-03-19 23:05:28 -04:00
parent 15147cea8e
commit cbc3e49923
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1356,7 +1356,7 @@ dependencies = [
[[package]] [[package]]
name = "redlib" name = "redlib"
version = "0.35.1" version = "0.36.0"
dependencies = [ dependencies = [
"arc-swap", "arc-swap",
"async-recursion", "async-recursion",

View file

@ -3,7 +3,7 @@ name = "redlib"
description = " Alternative private front-end to Reddit" description = " Alternative private front-end to Reddit"
license = "AGPL-3.0-only" license = "AGPL-3.0-only"
repository = "https://github.com/redlib-org/redlib" repository = "https://github.com/redlib-org/redlib"
version = "0.35.1" version = "0.36.0"
authors = [ authors = [
"Matthew Esposito <matt+cargo@matthew.science>", "Matthew Esposito <matt+cargo@matthew.science>",
"spikecodes <19519553+spikecodes@users.noreply.github.com>", "spikecodes <19519553+spikecodes@users.noreply.github.com>",