mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
fix(mbuild): upload size now taken properly
Previously, it would query the size from the wrong dict and obtain the value 0 all the time. This would have made every upload fail with `UploadSizeLimitExeeded`. Now we obtain the actual size limit, and will ignore it if unset/0 for some reason. Patch += 1
This commit is contained in:
@@ -28,7 +28,7 @@ api:
|
||||
- source: lib.rs
|
||||
output_dir: src
|
||||
cargo:
|
||||
build_version: "0.1.0"
|
||||
build_version: "0.1.1"
|
||||
repo_base_url: https://github.com/Byron/google-apis-rs
|
||||
doc_base_url: http://byron.github.io/google-apis-rs
|
||||
authors:
|
||||
|
||||
Reference in New Issue
Block a user