Compare commits
No commits in common. "4be7244cbbd2244a574c78d40cbe4490e8d57a2c" and "909632a1a46e0d7a36f8f50f30b69fd813029998" have entirely different histories.
4be7244cbb
...
909632a1a4
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.3"
|
version = "0.2.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"base64",
|
"base64",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "r621"
|
name = "r621"
|
||||||
version = "0.2.3"
|
version = "0.2.2"
|
||||||
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 status_locked: bool,
|
pub statued_locked: bool,
|
||||||
pub rating_locked: bool,
|
pub rating_locked: bool,
|
||||||
pub deleted: bool
|
pub deleted: bool
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue