diff --git a/etc/api/drive/v3/crates/2.0.9-api+20210322 b/etc/api/drive/v3/crates/2.0.9-api+20210322 new file mode 100644 index 0000000000..e69de29bb2 diff --git a/src/mako/api/api.rs.mako b/src/mako/api/api.rs.mako index 7f454901b5..491b00227b 100644 --- a/src/mako/api/api.rs.mako +++ b/src/mako/api/api.rs.mako @@ -49,8 +49,8 @@ ${lib.hub_usage_example(c)}\ #[derive(Clone)] pub struct ${hub_type}${ht_params} { - client: hyper::Client, hyper::body::Body>, - auth: oauth2::authenticator::Authenticator>, + pub client: hyper::Client, hyper::body::Body>, + pub auth: oauth2::authenticator::Authenticator>, _user_agent: String, _base_url: String, _root_url: String,