aboutsummaryrefslogtreecommitdiff
path: root/xtask
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2022-06-18 02:15:48 +0200
committerGitHub <[email protected]>2022-06-18 02:15:48 +0200
commit88e36a70bdddaa3ac2ddccd1dcd299b321f8c86c (patch)
treeda94576d2dc07d8c97f59b6e32aa2f165289be83 /xtask
parentb585d547124b9a1e70b0933c11228c065684997d (diff)
Update to 2021 edition. (#820)
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 1f9eabdf5..249cc6aad 100644
--- a/xtask/Cargo.toml
+++ b/xtask/Cargo.toml
@@ -3,7 +3,7 @@ authors = [
3 "Ulf Lilleengen <[email protected]>", 3 "Ulf Lilleengen <[email protected]>",
4 "Bob McWhirter <[email protected]>" 4 "Bob McWhirter <[email protected]>"
5] 5]
6edition = "2018" 6edition = "2021"
7name = "xtask" 7name = "xtask"
8version = "0.1.0" 8version = "0.1.0"
9 9