diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2022-11-07 12:59:51 +0100 |
|---|---|---|
| committer | Lukas Wirth <lukastw97@gmail.com> | 2022-11-07 12:59:51 +0100 |
| commit | ffd7bf8bf9c99d115e7e0c4e6d1cffe60ea3ff84 (patch) | |
| tree | 489b5dc8d7db55ac4e089f989af5814316c8bbe0 /xtask | |
| parent | c0310c1e03520bac8e12d27fbf28e2a8d1053419 (diff) | |
Bump Cargo rust-version fields to latest stable
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 0be0bf920de..95e27beab5d 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.57" +rust-version = "1.65" [dependencies] anyhow = "1.0.62" |
