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
Due to updates in the underlying driver, there is a fair number of breaking changes in the `Model` trait, as well as the `Model` derive macro. Details can be found in the changelog and the documentation. Furthermore, everything is now async by default. The sync interface has been completely disabled, and is pending removal from the repo. Head over to [wither#52](https://github.com/thedodd/wither/issues/52) and let me know if you still need sync support.
26
+
Due to updates in the underlying driver, there is a fair number of breaking changes in the `Model` trait, as well as the `Model` derive macro. Details can be found in the changelog and the documentation. Furthermore, everything is now async by default, and the synchronous interface has been completely removed from the repo.
27
27
28
28
### items of interest
29
29
-[docs](https://docs.rs/wither): all the good stuff is here.
0 commit comments