Compare commits
2 commits
909632a1a4
...
4be7244cbb
Author | SHA1 | Date | |
---|---|---|---|
|
4be7244cbb | ||
|
4654f48991 |
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -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",
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue