Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pub use yup_oauth2; #86

Merged
merged 1 commit into from
Apr 28, 2024
Merged

pub use yup_oauth2; #86

merged 1 commit into from
Apr 28, 2024

Conversation

serprex
Copy link
Contributor

@serprex serprex commented Apr 28, 2024

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

Since yup_oauth2 structs are used as parameters in public functions,
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
Copy link
Owner

lquerel commented Apr 28, 2024

Good idea. Thanks

@lquerel lquerel merged commit 904ff09 into lquerel:main Apr 28, 2024
@lquerel
Copy link
Owner

lquerel commented Apr 28, 2024

Version 0.20.0 published.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants