Skip to content

Commit

Permalink
Change QueryInfo ser/de to adapt to upstream changes
Browse files Browse the repository at this point in the history
  • Loading branch information
d-k-bo committed Oct 6, 2023
1 parent 4efd0e9 commit 27030b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- Replace `Error::cause` with `Error::source`
- Change `QueryInfo` deserialization to adapt to upstream changes

## [0.1.1] - 2023-10-04

Expand Down
1 change: 0 additions & 1 deletion src/models.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ pub struct QueryResult {
#[derive(Clone, Debug, PartialEq, Deserialize, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct QueryInfo {
#[serde(with = "tostring_fromstr")]
pub filmliste_timestamp: u64,
pub result_count: usize,
#[serde(with = "duration_millisecs")]
Expand Down

0 comments on commit 27030b6

Please sign in to comment.