about summary refs log tree commit diff
path: root/xtask
diff options
context:
space:
mode:
authorLukas Wirth <lukastw97@gmail.com>2022-11-07 12:59:51 +0100
committerLukas Wirth <lukastw97@gmail.com>2022-11-07 12:59:51 +0100
commitffd7bf8bf9c99d115e7e0c4e6d1cffe60ea3ff84 (patch)
tree489b5dc8d7db55ac4e089f989af5814316c8bbe0 /xtask
parentc0310c1e03520bac8e12d27fbf28e2a8d1053419 (diff)
Bump Cargo rust-version fields to latest stable
Diffstat (limited to 'xtask')
-rw-r--r--xtask/Cargo.toml2
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"