mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-06 11:34:34 +01:00
use chrono::Duration instead of custom client type
This commit is contained in:
@@ -41,7 +41,7 @@ TYPE_MAP = {
|
||||
'date-time': CHRONO_DATETIME,
|
||||
'date': CHRONO_DATETIME,
|
||||
# custom impl
|
||||
'google-duration': 'client::types::Duration',
|
||||
'google-duration': 'client::chrono::Duration',
|
||||
# guessing bytes is universally url-safe b64
|
||||
"byte": "Vec<u8>",
|
||||
# TODO: Provide support for these as well
|
||||
|
||||
Reference in New Issue
Block a user