This commit is contained in:
ayaka 2024-08-31 10:20:57 +12:00
parent fdaba8344d
commit b076b076e3
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1047,7 +1047,7 @@ dependencies = [
[[package]] [[package]]
name = "redsunlib" name = "redsunlib"
version = "0.35.1" version = "0.35.2"
dependencies = [ dependencies = [
"arc-swap", "arc-swap",
"askama", "askama",

View File

@ -3,7 +3,7 @@ name = "redsunlib"
description = " Alternative private front-end to Reddit" description = " Alternative private front-end to Reddit"
license = "AGPL-3.0" license = "AGPL-3.0"
repository = "https://git.stardust.wtf/iridium/redsunlib" repository = "https://git.stardust.wtf/iridium/redsunlib"
version = "0.35.1" version = "0.35.2"
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>",