This commit is contained in:
ayaka 2024-10-20 19:31:07 +13:00
parent 4b854eb84d
commit 02e0f0e00d
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1221,7 +1221,7 @@ dependencies = [
[[package]] [[package]]
name = "redsunlib" name = "redsunlib"
version = "0.35.2" version = "0.35.3"
dependencies = [ dependencies = [
"arc-swap", "arc-swap",
"async-recursion", "async-recursion",

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-only" license = "AGPL-3.0-only"
repository = "https://git.stardust.wtf/iridium/redsunlib" repository = "https://git.stardust.wtf/iridium/redsunlib"
version = "0.35.2" version = "0.35.3"
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>",