-
Notifications
You must be signed in to change notification settings - Fork 27
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
Publish new version to crates.io #27
Comments
Bumping 🙂 This mismatch causes a compilation error: let pool: PgPool = PgPoolOptions::new()
.connect(&config.database_url)
.await
.expect("Database could not connect.");
let session_store = PostgresSessionStore::from_client(pool);
|
Bumping as well - same issue as above |
this would be great, need the support for sqlx@0.6 |
Multiple PRs open for this, just need them merged https://github.com/jbr/async-sqlx-session/pulls @jbr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I see that sqlx was updated here 3f2e1cf
Would you be able to publish a new version to crates.io with this upgrade please?
The text was updated successfully, but these errors were encountered: