Jon Gjengset
c9be918c84
Merge remote-tracking branch 'ci/main'
2024-03-31 10:43:11 +02:00
Jon Gjengset
528977532c
Add cargo-semver-checks
2024-03-31 10:42:53 +02:00
Jon Gjengset
e71fd87417
Update msrv
...
Avoid Arc::into_inner since it requires 1.70
2024-03-31 10:28:50 +02:00
André Thieme
345bd64487
Update greenmail docker image version in README. ( #281 )
2024-02-17 09:33:50 +01:00
Jon Gjengset
a2d9c22673
Merge remote-tracking branch 'ci/main'
2024-02-03 09:49:58 +01:00
Jon Gjengset
caa3616c25
Uniform capitalization
2024-02-03 09:44:41 +01:00
Jon Gjengset
f8f04aefdf
Semi-breaking: update codecov action
...
Note: this requires adding `CODECOV_TOKEN` to your GitHub repository's
secrets! See associated comment in the commit content.
2024-02-03 09:31:14 +01:00
rtkay123
f505e09b2a
replace actions-rs/clippy-check with giraffate/clippy-action ( #19 )
...
Co-authored-by: rtkay123 <dev@kanjala.com>
2024-01-20 10:10:51 +01:00
Jon Gjengset
a13691528b
Remove stray trailing whitespace
2023-12-17 18:15:06 +01:00
Anas
60fdfbb650
chore: fix typos ( #17 )
2023-12-17 16:52:41 +01:00
Mathias Pius
3d6ab95662
Nit: Selecting direct minimal versions flag is -Zdirect-minimal-versions ( #16 )
2023-11-11 15:01:33 +01:00
Josh McKinney
bfee1175f6
docs: Add documentation based on the youtube video ( #10 )
2023-11-11 10:14:12 +01:00
Edward Rudd
bb39460491
Change the client builder so that it abstracts away connecting to TLS or non-TLS connections and what TLS provider is used.
...
- this allows a more transparent and versatile usage of the library as one can simply compile it as-is and then use the builder to configure where we connect and how we connect without having to be concerned about what type is used for the imap::Client / imap::Session
2023-10-05 17:32:58 -04:00
Edward Rudd
92fa805613
Fix typo in nightly scheduled jobs
2023-10-04 23:20:12 -04:00
Jon Gjengset
1e9d119c08
Merge remote-tracking branch 'ci/main' into ci-bump
2023-09-09 17:37:01 +02:00
dependabot[bot]
deb9fd3f46
Bump actions/checkout from 3 to 4 ( #13 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-09 16:21:14 +02:00
Jon Gjengset
7c327ddf5b
Don't install OpenSSL on Windows by default
2023-08-20 15:12:25 +02:00
Rod Elias
c704bcc656
Install Openssl for Windows ( #12 )
2023-08-20 08:40:15 -04:00
James Chacon
99f108f93c
Quote MSRV version to avoid float parsing ( #11 )
...
Put 1.70 in there (for instance if you want to pin against OnceLock stabilizing) and it will actually test 1.7 as it appears github auto converts this to a float?
Putting in quotes seems to do the right thing here
2023-08-13 12:13:38 +02:00
Jon Gjengset
6332a3af21
[sanity] More robust injection of opt-level 1 ( #9 )
...
Fixes #8
2023-04-24 12:40:14 -07:00
Simen Bekkhus
16a2c2925e
chore: automatically cancel superseded Actions runs ( #5 )
2023-04-08 12:57:54 -04:00
Burkhard Mittelbach
80a89195f2
Add action to run doctest. ( #3 )
...
`cargo test --all-features` does not run doc-tests. For more information
see https://github.com/rust-lang/cargo/issues/6669 .
2023-03-19 20:18:49 -04:00
Tudyx
0d12c82bf4
Unbreak cargo hack for non-libraries ( #4 )
2023-03-19 20:17:59 -04:00
Jon Gjengset
5ea59356dc
Remove -Zmiri-tag-raw-pointers as it's now default
2023-03-12 09:40:09 -07:00
Jon Gjengset
a076ec1cb4
Minimal token permissions
...
See https://github.com/tokio-rs/tokio/pull/5072
2023-03-11 15:08:47 -08:00
Jon Gjengset
9afb0e111a
Get rid of most actions-rs bits
...
Given that that project is unmaintained.
https://github.com/actions-rs/toolchain/issues/216
2023-03-11 15:07:41 -08:00
Jon Gjengset
0da9d585fb
Merge remote-tracking branch 'ci/main' into bump-ci
2023-03-10 21:32:53 -08:00
Jon Gjengset
90999e1bd1
Fix install message for msrv
2023-03-10 21:22:30 -08:00
Jon Gjengset
362696ab80
Move to maintained rust installer
...
See https://github.com/actions-rs/toolchain/issues/216
2023-03-10 21:16:37 -08:00
Jon Gjengset
846a68121c
Maybe fix Windows CI
2023-01-21 15:39:24 -08:00
Jon Gjengset
0a0a05bdbc
Bump msrv for base64
2023-01-21 15:08:51 -08:00
Jon Gjengset
e32dec9e92
Merge remote-tracking branch 'ci/main'
2023-01-21 14:14:57 -08:00
Jon Gjengset
acb5d98550
Bump codecov action so it's not broken
2023-01-14 15:02:10 -08:00
dependabot[bot]
c8a7835b2f
Bump codecov/codecov-action from 2 to 3
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 2 to 3.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-12-10 00:25:41 +00:00
Jon Gjengset
82cbed84f8
Notify if actions themselves are outdated
2022-12-09 16:25:21 -08:00
Jon Gjengset
cf47d4cad4
ignore is a list
2022-09-28 18:23:39 -07:00
Jon Gjengset
b783cb31ab
Use dependabot, but only for major versions
2022-09-23 08:53:07 -07:00
Jon Gjengset
441dc27e4d
Allow examples and binaries to require features
2022-09-18 14:01:04 -07:00
Jon Gjengset
ea198cc499
More concise name for scheduled jobs
2022-09-18 13:52:47 -07:00
Jon Gjengset
d91e506e76
Add back local ci modifications
2022-09-18 12:54:53 -07:00
Jon Gjengset
15c1fa2ffc
Catch upcoming deprecations
2022-09-18 12:10:58 -07:00
Jon Gjengset
56d4398a24
Merge safety workflows
2022-09-18 11:52:12 -07:00
Jon Gjengset
71c2048cc0
mv github .github
...
This should make it possible to have rust-ci-conf as a remote you merge
from.
2022-09-18 11:44:59 -07:00