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 Oct 10, 2019. It is now read-only.
Currently when trying to use this crate with postgres = "0.16.0-rc.2" the example on Enums will error with
error: cannot find macro `to_sql_checked!` in this scope
--> src/main.rs:6:17
|
6 | #[derive(Debug, ToSql, FromSql)]
| ^^^^^
error[E0726]: implicit elided lifetime not allowed here
--> src/main.rs:6:24
|
6 | #[derive(Debug, ToSql, FromSql)]
| ^^^^^^^- help: indicate the anonymous lifetime: `<'_>`
Are there any plans to support postgres 0.16.0-rc.2 right now or will support be added when postgres 0.16 is released(or would this issue be better suited on the postgres repo itself) ?
The text was updated successfully, but these errors were encountered:
Currently when trying to use this crate with postgres = "0.16.0-rc.2" the example on Enums will error with
Are there any plans to support postgres 0.16.0-rc.2 right now or will support be added when postgres 0.16 is released(or would this issue be better suited on the postgres repo itself) ?
The text was updated successfully, but these errors were encountered: