Compare commits

..

2 commits

Author SHA1 Message Date
Leon Grünewald
4be7244cbb bump version number 2024-02-16 22:53:09 +01:00
Leon Grünewald
4654f48991 Fix typo 2024-02-16 22:52:45 +01:00
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

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

View file

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

View file

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