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
The 0.5.2 release of this crate adds lifetime parameters to several structs (Value and Point) in #62. This is an API breaking change, as code which uses these types may no longer compile without code changes. E.g. I had a function like
which worked fine with influx-db-client 0.5.1, but with 0.5.2 it fails to build due to the missing lifetime parameter on Point which can't be inferred.
I suggest you yank 0.5.2 and re-release it as 0.6.0.
The text was updated successfully, but these errors were encountered:
The 0.5.2 release of this crate adds lifetime parameters to several structs (
Value
andPoint
) in #62. This is an API breaking change, as code which uses these types may no longer compile without code changes. E.g. I had a function likewhich worked fine with
influx-db-client
0.5.1, but with 0.5.2 it fails to build due to the missing lifetime parameter onPoint
which can't be inferred.I suggest you yank 0.5.2 and re-release it as 0.6.0.
The text was updated successfully, but these errors were encountered: