This commit is contained in:
ayaka 2024-06-23 20:48:26 +12:00
parent 7c821d541a
commit ff2e274e5e
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1041,7 +1041,7 @@ dependencies = [
[[package]] [[package]]
name = "redsunlib" name = "redsunlib"
version = "0.34.0" version = "0.35.0"
dependencies = [ dependencies = [
"askama", "askama",
"base64", "base64",

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/redlib" repository = "https://git.stardust.wtf/iridium/redlib"
version = "0.34.0" version = "0.35.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>",