Dirk Stolle
c700d2ff34
Replace unmaintained actions-rs/* actions in CI workflows
...
Basically all of the `actions-rs/*` actions are unmaintained. See
<https://github.com/actions-rs/toolchain/issues/216 > for more
information. Due to their age they generate several warnings in
CI runs.
To get rid of those warnings the occurrences of
`actions-rs/toolchain` are replaced by `dtolnay/rust-toolchain`,
and the occurrences of `actions-rs/cargo` are replaced by direct
invocations of `cargo`.
2023-06-13 11:05:09 -07:00
Dirk Stolle
6bb36a217c
Update actions/checkout in GitHub Actions workflows to v3
2023-06-13 11:05:09 -07:00
Dirkjan Ochtman
a66ee19797
Only check libraries against MSRV
2023-05-11 04:47:59 +02:00
Maksim Vykhota
37e7b742cb
Fail FreeBSD CI if any step fails
2023-05-06 11:29:28 -07:00
Benjamin Saunders
f79b31babf
Bump MSRV to 1.63
...
More than six months old, and required by time 0.3.20.
2023-04-24 07:58:42 +02:00
Dirkjan Ochtman
02037e72fa
Switch CI coverage test to use cargo-llvm-cov
2023-03-08 10:26:54 -08:00
Dirkjan Ochtman
25a067bc88
Update maintenance branches in CI config
2023-03-08 10:26:54 -08:00
lucifer9
166e0fb60a
Fix build on FreeBSD, add CI test for FreeBSD, set IPV6_RECVPKTINFO on FreeBSD & macOS, set IP_RECVDSTADDR on FreeBSD and macOS only for IPv4, fix a warning about unused state: &UdpState, allow different types for the 3rd argument to sendmmsg()/recvmmsg()
2022-12-02 02:33:38 -08:00
Benjamin Saunders
332eb605f5
Bump MSRV to 1.59
2022-08-28 07:04:56 +02:00
Benjamin Saunders
3bc6bdae89
Bump MSRV to 1.57
...
This is >6 months old and should address the CI failure.
2022-07-03 08:07:54 +02:00
Dirkjan Ochtman
86780c8f01
Don't build fuzz targets against MSRV
2022-02-11 13:48:07 -08:00
Joonas Koivunen
8dca9fcc37
ci: check private docs for links as well
2022-01-29 22:46:27 +01:00
Benjamin Saunders
9575c973ce
Bump MSRV to 1.53
2022-01-22 21:54:34 +01:00
Benjamin Saunders
6913ad3f74
Cache dependencies for CI
2021-11-05 07:10:26 +01:00
Benjamin Saunders
9543f46c00
Check intra-doc links in CI
2021-10-28 07:23:28 +02:00
Dirkjan Ochtman
f33c6994e7
Update MSRV to 1.51
...
This is now a little over 6 months old.
2021-09-29 10:14:32 -07:00
Dirkjan Ochtman
9bf6bcfcff
Add Dependabot config
2021-09-29 10:14:32 -07:00
Matthias Einwag
01b95116e9
Update the minimal required version to 1.47
...
This updates the minimum required Rust version to 1.47, which is
required for the `Default` implementation on `Range`.
2021-04-06 10:34:21 +02:00
Thomas de Zeeuw
2a6c0afaf1
Increase MSRV to 1.46
2021-03-21 14:39:11 +01:00
Dirkjan Ochtman
576ac22287
Update coverage workflow to run on main branch
2021-03-04 12:35:29 -08:00
Dirkjan Ochtman
dbbb4a9987
Enable CI for 0.6.x branch
2021-03-03 13:42:38 -08:00
Dirkjan Ochtman
5bedbbf666
Set up MSRV in CI ( fixes #979 )
2021-01-25 01:08:02 -08:00
Jared Fowler
9b5d5b35a3
Fuzz packet decoding ( #885 )
2021-01-03 21:51:53 +01:00
Timon
5cc62c2416
Fix book ci ( #898 )
2020-11-10 10:56:49 +01:00
Dirkjan Ochtman
bb3e330b84
Fix default branch name in a few places
2020-11-09 14:03:21 -08:00
Dirkjan Ochtman
e80fd67597
Fix branch name in book workflow
2020-11-09 14:03:21 -08:00
Timon
05672c67e8
Md Book setup ( #868 )
...
Co-authored-by: Dirkjan Ochtman <dirkjan@ochtman.nl >
2020-11-09 20:57:30 +01:00
Dirkjan Ochtman
a68e18c6e6
Update checkout and cargo-deny GitHub Actions
...
In particular, this prevents errors from an old cargo-deny version,
which fails to parse recent additions to the advisory database.
2020-10-03 12:39:28 -07:00
Dirkjan Ochtman
2b78366cf0
Schedule CI run every Friday
2020-09-03 09:17:32 -07:00
Demi M. Obenour
6018f20055
Don’t try to run code coverage on PRs
...
It won’t work, as those builds don’t have access to the CodeCov API
token.
2020-07-06 09:46:18 +02:00
stammw
5513c1b3e6
Make tarpaulin run on stable
2020-04-10 08:57:08 +02:00
Dirkjan Ochtman
399faf54ce
Add auditing to CI based on cargo-deny
2020-03-12 19:23:52 +01:00
Dirkjan Ochtman
82e86e8c17
Switch back to tarpaulin & codecov
2020-01-13 11:35:22 -08:00
Benjamin Saunders
ffb224e216
Switch CI to github actions
2019-12-22 21:13:31 +01:00