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
As I'm using patch.crates-io in Cargo.toml it does not seem to pick this change up when publishing to crates.io, or generally using it as a dependecy. Therefore the example code provided will not compile outside of this crate yet. It should be fixed when the postgrest library merges the PR supabase-community/postgrest-rs#65, releases a new version , and I am able to update the dependency here.
The text was updated successfully, but these errors were encountered:
Example code should now compile for version 0.2.0, but the raw sources included from postgrest should be replaced by the dependency on the published crate when it is available/published.
As I'm using
patch.crates-io
inCargo.toml
it does not seem to pick this change up when publishing to crates.io, or generally using it as a dependecy. Therefore the example code provided will not compile outside of this crate yet. It should be fixed when thepostgrest
library merges the PR supabase-community/postgrest-rs#65, releases a new version , and I am able to update the dependency here.The text was updated successfully, but these errors were encountered: