diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-12-20 13:45:35 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-20 13:45:35 +0000 |
| commit | f46731a230edd01ea015d2da55d3fb68fcbc1db6 (patch) | |
| tree | 5ce4d1ffc08f38516965d1c95bb1b28e017992f1 /xtask | |
| parent | 14ff3d7e5ff5c4261ce4b1b35ef63d1294ba93c2 (diff) | |
| parent | 929e6ccf7338f5fd1109740e44eb764f830ea813 (diff) | |
Merge #11028
11028: Bump MSRV (1.57) r=Veykril a=iDawer This bumps MSRV on all crates to 1.57 except `la-arena` #10986 requires >=1.57 Co-authored-by: iDawer <ilnur.iskhakov.oss@outlook.com>
Diffstat (limited to 'xtask')
| -rw-r--r-- | xtask/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index a111b9d94f5..0acbaf81761 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" publish = false license = "MIT OR Apache-2.0" edition = "2021" -rust-version = "1.56" +rust-version = "1.57" [dependencies] anyhow = "1.0.26" |
