Commit Graph

13 Commits

Author SHA1 Message Date
Taiki Endo c428a2b225 Bump MSRV to 1.63
rustix 0.38 and the next version of many io-related async-* crates
require Rust 1.63.
2023-08-06 16:06:53 +09:00
Taiki Endo bf64d51914 Update permissions for security_audit 2023-03-07 00:18:36 +09:00
Taiki Endo c65906cac8 Bump MSRV to 1.48
async-lock 2.7.0 requires Rust 1.48.

```
error[E0658]: use of unstable library feature 'future_readiness_fns'
   --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/async-lock-2.7.0/src/once_cell.rs:430:45
    |
430 |             self.initialize_or_wait(move || std::future::ready(closure()), &mut Blocking),
    |                                             ^^^^^^^^^^^^^^^^^^
    |
```
2023-03-06 01:47:28 +09:00
Taiki Endo b2a5e69394 Minimize GITHUB_TOKEN permissions
Refs: https://github.blog/changelog/2021-04-20-github-actions-control-permissions-for-github_token
2023-03-04 11:41:39 +09:00
Taiki Endo be21c2f968 Set CARGO_NET_GIT_FETCH_WITH_CLI=true in CI 2023-03-04 11:41:39 +09:00
John Nunley 36e085f9fa
Add an official MSRV policy (#243) 2023-01-15 11:42:17 +09:00
Taiki Endo 3022d23f27 Clean up CI config 2022-12-28 12:25:47 +09:00
Taiki Endo 10a00cff81 Remove msrv field from .clippy.toml
Since Rust 1.64, Clippy respects `rust-version` field in Cargo.toml.
rust-lang/rust@b776fb8
2022-11-29 22:46:36 +09:00
Taiki Endo 534ac48a01 Apply clippy to all targets 2022-07-17 21:22:12 +09:00
Taiki Endo 38bf6dc05e Bump MSRV to Rust 1.47
https://github.com/smol-rs/async-task/releases/tag/v4.3.0
2022-07-08 01:51:58 +09:00
Taiki Endo 2c78616547 Update CI config 2022-07-08 01:51:12 +09:00
Taiki Endo 473ca3cb3b Update actions/checkout action to v3 2022-05-01 14:47:31 +09:00
Taiki Endo fb0d263f71 Clean up CI config 2022-01-09 01:04:47 +09:00