mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-21 10:38:25 +01:00
Must be `Option<Box<T>>` now, whereas a simple `Box<T>` worked previously. Anyway, serde can't decode/encode Boxes yet, so plus1 was removed from the list of APIs to build. Related to #34