File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 7
7
altered in a breaking way. MSRV is bumped to 1.49.
8
8
- ** Breaking:** ` generic::Fd ` adapter is removed, as since that rust version ` RawFd ` implements
9
9
` AsRawFd ` , allowing it to be used directly in ` Generic ` .
10
+ - ** Breaking:** The ` EventSource ` trait has a new associated type ` Error ` . This determines the type
11
+ of the error variant returned by ` EventSource::process_events() ` . It must be convertible into
12
+ ` Box<dyn std::error::Error> ` .
13
+ - ** Breaking:** All library-provided event sources now have their own error types for the
14
+ associated ` Error ` type on the ` EventSource ` trait.
15
+ - ** Breaking:** Many API functions now use Calloop's own error type (` calloop::Error ` ) instead of
16
+ ` std::io::Error ` as the error variants of their returned results.
10
17
11
18
## 0.9.2 -- 2021-12-27
12
19
You can’t perform that action at this time.
0 commit comments