19 Commits

Author SHA1 Message Date
Dario Nieuwenhuis
4eb05d1781 Add bors.toml 2021-09-17 00:51:00 +02:00
Dario Nieuwenhuis
51ca2b7566 Add bors 2021-09-16 19:39:23 +02:00
Thibaut Vandervelden
c94f669497 Update MSV of Rust 2021-09-10 14:41:03 +02:00
Dario Nieuwenhuis
c73d3d1b4a Bump MSRV to 1.46 2021-08-18 15:19:38 +02:00
Dario Nieuwenhuis
7ad5fe78cc Fix typo in rustfmt ci 2021-06-28 20:22:18 +02:00
Dario Nieuwenhuis
3abc8cf72e Enforce rustfmt in CI 2021-06-28 20:13:06 +02:00
Dario Nieuwenhuis
8a225837e2 Add Context struct. 2021-06-17 03:20:58 +02:00
Dario Nieuwenhuis
db27892392 Test with defmt-trace 2021-05-28 18:49:07 +02:00
Dario Nieuwenhuis
4f1e7b668d Document MSRV with the defmt exception, don't test defmt with 1.40 2021-04-01 02:15:35 +02:00
Dario Nieuwenhuis
2644f89345 Add test with defmt feature. 2021-04-01 01:42:17 +02:00
Dario Nieuwenhuis
b869449b31 Add support for TUN interfaces. 2021-03-31 17:05:09 +02:00
Dario Nieuwenhuis
4d8729088d Add medium-ip, medium-ethernet feature flags. 2021-03-31 17:05:09 +02:00
Dario Nieuwenhuis
b3b871e152 Fix build when with no socket features 2021-02-01 16:45:32 +01:00
Niclas Hoyer
633e7c2591 Use #[non_exhaustive] instead of manual variant 2021-01-09 02:06:00 +01:00
Alex Crawford
0b0f96e65a Pin clippy check to 1.49.0
It can be rather surprising when new lints pop up when a new stable
toolchain is released. Let's pin this check to a specific version to
avoid those surprises.
2021-01-04 10:42:26 -08:00
Alex Crawford
732cddb17d Enable clippy on tests and examples
Might as well run the lints on our tests and examples. When I first
started doing this cleanup, I thought this was the default, but I must
have run `cargo clippy --all-targets` at some point in there.
2021-01-04 10:39:33 -08:00
Alex Crawford
cd2f2a45bb Enforce that there are no warnings in clippy check 2020-12-28 23:31:17 -08:00
Dario Nieuwenhuis
23bb12a856 Async/await waker support. 2020-12-27 17:31:49 +01:00
Adam Greig
aafc5e79ca Add Github Actions for CI 2020-12-22 13:11:35 +00:00