Skip to content

Commit 5a9d4da

Browse files
committed
test against rust 1.65.0, add built-time requirements to README
1 parent 84fbc92 commit 5a9d4da

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16+
rust: [1.65.0, stable]
1617
features: ['', '--features rgb,serde']
1718

1819
runs-on: ubuntu-latest

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,8 @@ Note that this work is not affiliated with Adafruit.
1515
* `serde`: if enabled, all events implement the [serde](https://serde.rs/) `#[derive(Serialize, Deserialize)]`.
1616
* All events can be selected as individual features. By default, they are all selected,
1717
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.

0 commit comments

Comments
 (0)