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

Support newer uuid version (1.x) #127

Closed
ChristianBeilschmidt opened this issue Jun 16, 2022 · 3 comments
Closed

Support newer uuid version (1.x) #127

ChristianBeilschmidt opened this issue Jun 16, 2022 · 3 comments

Comments

@ChristianBeilschmidt
Copy link
Contributor

The crate uuid recently updated first to 1.0 and then to 1.1.
Unfortunately, bb8-postgres is still only compatible with 0.8.

The dependency tokio-postgres has recently added the flag with-uuid-1.
As far as I see, bb8-postgres just passes this flag on to the dependency.

It would be nice to add the with-uuid-1 flag accordingly to bb8-postgres.
Then, of course, it would be great to have a new release on crates.io.

@djc
Copy link
Owner

djc commented Jun 16, 2022

Would you be able to submit a PR for this to add the flag? Please add a separate commit that bumps the version.

This was referenced Jun 17, 2022
@ChristianBeilschmidt
Copy link
Contributor Author

I created a PR for that: #128

@gabor-boros
Copy link
Contributor

@djc shouldn't this issue be closed?

@djc djc closed this as completed Oct 12, 2022
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

No branches or pull requests

3 participants