softprops / hubcaps

a rust interface for github
http://docs.rs/hubcaps
MIT License
279 stars 68 forks source link

Allow larger ids for CheckSuite.id deserialization #311

Open swarkentin opened 2 years ago

swarkentin commented 2 years ago

What did you implement:

Changed CheckSuite property, id from u32 to u64 in order to properly deserialize Github API responses which have ids that are now larger than u32.

⚠️ This is a breaking change for any consumers of this class.

How did you verify your change:

What (if anything) would need to be called out in the CHANGELOG for the next release: