Compare commits

..

No commits in common. "4be7244cbbd2244a574c78d40cbe4490e8d57a2c" and "909632a1a46e0d7a36f8f50f30b69fd813029998" have entirely different histories.

3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -574,7 +574,7 @@ dependencies = [
[[package]]
name = "r621"
version = "0.2.3"
version = "0.2.2"
dependencies = [
"anyhow",
"base64",

View file

@ -1,6 +1,6 @@
[package]
name = "r621"
version = "0.2.3"
version = "0.2.2"
edition = "2021"
description = "Provides a client to access e621"
homepage = "https://git.doggoat.de/dhalucario/r621"

View file

@ -111,7 +111,7 @@ pub struct PostFlags {
pub pending: bool,
pub flagged: bool,
pub note_locked: bool,
pub status_locked: bool,
pub statued_locked: bool,
pub rating_locked: bool,
pub deleted: bool
}