-
Notifications
You must be signed in to change notification settings - Fork 10
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
chore: upgrade sqlx package version #57
Conversation
Thanks for your contribution @f3r10 |
I have news about this, after I try to publish a new version with this change on crates.io I get this response:
We need to push the new fork as a new project on crates.io right? |
@f3r10 let me know what do you think about this |
Sorry for the late response, |
maybe this option could be better than publishing the fork project to creates.io: https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#working-with-an-unpublished-minor-version |
[dependencies]
sqlx-crud = { version = "0.4.0", features = [
"runtime-tokio-rustls",
], optional = true }
...
[patch.crates-io]
sqlx-crud = { git = "https://github.com/f3r10/sqlx-crud" } With this change, it looks like it works |
got this done and published on version 0.6.2 |
I am going to create a PR to Mostro updating the dependencies with the new version mostro-core an the patch of sqlx |
unfortunately I have to revert this PR because it is not working properly with MostroP2P/mostro#334 I will do this PR again but it's not going to be merged until we are sure the mostrod PR can work properly with it |
sure, I understand. I am going to check MostroP2P/mostro#334 to see what is missing |
Upgrade sqlx dependency #32