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
I am getting this warning: warning: the following packages contain code that will be rejected by a future version of Rust: connection-string v0.1.13
warning: the following packages contain code that will be rejected by a future version of Rust: connection-string v0.1.13
This package is used by prisma-engines and prisma-client-rust
prisma-engines
prisma-client-rust
cargo tree -i connection-string output:
cargo tree -i connection-string
connection-string v0.1.13 ├── builtin-psl-connectors v0.1.0 (https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.10#c4aeef82) │ └── psl v0.1.0 (https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.10#c4aeef82) │ ├── datamodel-renderer v0.1.0 (https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.10#c4aeef82) │ │ └── sql-introspection-connector v0.1.0 (https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.10#c4aeef82) │ │ └── sql-migration-connector v0.1.0 (https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.10#c4aeef82) │ │ └── migration-core v0.1.0 (https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.10#c4aeef82) │ │ └── prisma-client-rust v0.6.11 (https://github.com/Brendonovich/prisma-client-rust?tag=0.6.11#3ac68d00)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am getting this warning:
warning: the following packages contain code that will be rejected by a future version of Rust: connection-string v0.1.13
This package is used by
prisma-engines
andprisma-client-rust
cargo tree -i connection-string
output:The text was updated successfully, but these errors were encountered: