You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 25, 2023. It is now read-only.
there are two notified errors: error[E0599]: no method named `with_pkcs12_path` found for struct `SslOpts` in the current scope and error[E0599]: no method named `with_password` found for struct `SslOpts` in the current scope
when running prisma rust cli, and I found that the latest commit (53c756a) has something to do with mysql-async/ssl, does anyone have a solution?
this issue occurs on windows x64 gnu native, but not in docker rust image.
there are two notified errors:
error[E0599]: no method named `with_pkcs12_path` found for struct `SslOpts` in the current scopeanderror[E0599]: no method named `with_password` found for struct `SslOpts` in the current scopewhen running prisma rust cli, and I found that the latest commit (53c756a) has something to do with mysql-async/ssl, does anyone have a solution?
this issue occurs on windows x64 gnu native, but not in docker rust image.