File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 13
13
strategy :
14
14
fail-fast : false
15
15
matrix :
16
+ rust : [1.65.0, stable]
16
17
features : ['', '--features rgb,serde']
17
18
18
19
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -15,4 +15,8 @@ Note that this work is not affiliated with Adafruit.
15
15
* ` serde ` : if enabled, all events implement the [ serde] ( https://serde.rs/ ) ` #[derive(Serialize, Deserialize)] ` .
16
16
* All events can be selected as individual features. By default, they are all selected,
17
17
but you can opt to only select the event(s) you are interested in which will result in a small binary size.
18
- If other events are received, a ` ProtocolParseError::DisabledControllerDataPackageType ` will be returned.
18
+ If other events are received, a ` ProtocolParseError::DisabledControllerDataPackageType ` will be returned.
19
+
20
+ ## Build-time Requirements
21
+ The crate is tested against stable rust and rust 1.65.0 (which was the stable version at the time the crate has been built).
22
+ It is possible that it works with older versions as well but this is not tested.
You can’t perform that action at this time.
0 commit comments