We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
uuid
The crate uuid recently updated first to 1.0 and then to 1.1. Unfortunately, bb8-postgres is still only compatible with 0.8.
1.0
1.1
bb8-postgres
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.
tokio-postgres
with-uuid-1
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.
The text was updated successfully, but these errors were encountered:
Would you be able to submit a PR for this to add the flag? Please add a separate commit that bumps the version.
Sorry, something went wrong.
I created a PR for that: #128
@djc shouldn't this issue be closed?
No branches or pull requests
The crate
uuid
recently updated first to1.0
and then to1.1
.Unfortunately,
bb8-postgres
is still only compatible with0.8
.The dependency
tokio-postgres
has recently added the flagwith-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 tobb8-postgres
.Then, of course, it would be great to have a new release on crates.io.
The text was updated successfully, but these errors were encountered: