lquerel / gcp-bigquery-client

GCP BigQuery Client (Rust)
Apache License 2.0
92 stars 60 forks source link

pub use yup_oauth2; #86

Closed serprex closed 2 months ago

serprex commented 2 months ago

Since yup_oauth2 structs are used as parameters in public functions there is already semver coupling, as it is an error if consumer uses different version of yup_oauth than gcp-bigquery-client

Export yup_oauth2 so consumers don't need to carefully keep their dependency versions in sync. This also allows accessing yup_oauth2::hyper_rustls, as suggested in #85

lquerel commented 2 months ago

Good idea. Thanks

lquerel commented 2 months ago

Version 0.20.0 published.