mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-13 21:19:05 +01:00
bump patch level; regen everything with latest fix
This commit is contained in:
@@ -721,6 +721,7 @@ impl<'a, A> ResumableUploadHelper<'a, A> {
|
||||
.client
|
||||
.request(
|
||||
hyper::Request::builder()
|
||||
.uri(self.url)
|
||||
.method(hyper::Method::POST)
|
||||
.header("Content-Range", range_header.header_value())
|
||||
.header(CONTENT_TYPE, format!("{}", self.media_type))
|
||||
|
||||
Reference in New Issue
Block a user