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
* Add ToSql implementations for Vec<T> and &[T] and a FromSql impleme…
…ntation
for Vec<T> corresponding to one-dimensional Postgres arrays.
* Add a nightly feature which adds unix socket support without an external
dependency.