Skip to content

Commit

Permalink
fix!: Change Rate::reset to u64 (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Mar 24, 2024
1 parent 131ddc0 commit 6004d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models.rs
Original file line number Diff line number Diff line change
Expand Up @@ -956,5 +956,5 @@ pub struct Rate {
pub limit: usize,
pub used: usize,
pub remaining: usize,
pub reset: usize,
pub reset: u64,
}

0 comments on commit 6004d50

Please sign in to comment.