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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,9 @@ Please see the [documentation](https://docs.rs/socketcan) for details about the
12
12
13
13
###Version 3.x adds integrated async/await!
14
14
15
-
Version 3.0 adds integrated support for async/await, with the most popular runtimes,_tokio, async-std_, and_smol_. To get started we have already merged the[tokio-socketcan](https://github.com/oefd/tokio-socketcan) crate into this one andstarted on`async-io`.
15
+
Version 3.0 adds integrated support for async/await, with the most popular runtimes,_tokio, async-std_, and_smol_. To get started we have already merged the[tokio-socketcan](https://github.com/oefd/tokio-socketcan) crate into this one andimplemented`async-io`.
16
16
17
-
Unfortunaly this required a minor breaking change to the existing API, so wewill bump the version to 3.0.
17
+
Unfortunaly this required a minor breaking change to the existing API, so webumped the version to 3.0.
18
18
19
19
The async support is optional, and can be enabled with a feature for the target runtime:`tokio`,`async-std`, or`smol`.