-
Notifications
You must be signed in to change notification settings - Fork 139
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
bump deadpool-postgres version #66
Comments
This has already been done as of #65 and 227d4e4. I just haven't prepared a release on crates.io, yet. Originally I tried to support both I'm still thinking about disabling most of the default features of the dependent crates as proposed by #60. Yet I'm not too happy about proxying all features. So I'm currently thinking about just disabling the default features and putting a big fat warning in the That's something I wanted to figure out before pushing a new version to crates.io as this requires a new My own project is currently blocked by hyperium/hyper#2302 so I'm not upgrading to Please give the version in the repository a try. If that works for you I'll publish a new version on crates.io asap. |
I switched to master and it compiles. However i have some issues with tokio 0.3 and will give feedback when it works. |
I stay tune, nice lib |
master is working well for me with tokio 0.3 |
Works for me, too. |
I'll release a new version on |
I just released |
fwiw, I've always depended on
|
I added deadpool-postgres 0.5.6 which should depend on tokio-postgres=0.6.0
however the crate depends on tokio-postgres= "0.5.1"
maybe bumb deadpool-postgres to 0.6.0 to keep on paar with tokio-postgres and publish a new crate?
The text was updated successfully, but these errors were encountered: