Skip to content

Commit a537b14

Browse files
committed
Small readme update.
1 parent 1dffe21 commit a537b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The primary goal of this project is to provide a simple, sane & predictable inte
2323
- `tokio-runtime` (default) activates [the tokio runtime](tokio.rs/).
2424
- `async-std-runtime` activates [the async-std runtime](https://async.rs/).
2525

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. 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.
2727

2828
### items of interest
2929
- [docs](https://docs.rs/wither): all the good stuff is here.

0 commit comments

Comments
 (0)