summaryrefslogtreecommitdiffstats
path: root/graphics/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-02-09 17:53:35 +0700
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-02-09 17:57:44 +0700
commitadce9e04213803bd775538efddf6e7908d1c605e (patch)
tree8e8145017f6364318f7acd09f49e6a4386f4cd72 /graphics/Cargo.toml
parent554e0a090e3530dced71c14fa02ed5690b7d398e (diff)
downloadiced-adce9e04213803bd775538efddf6e7908d1c605e.tar.gz
iced-adce9e04213803bd775538efddf6e7908d1c605e.tar.bz2
iced-adce9e04213803bd775538efddf6e7908d1c605e.zip
Update Rust edition to 2021 :tada:
Diffstat (limited to 'graphics/Cargo.toml')
-rw-r--r--graphics/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/Cargo.toml b/graphics/Cargo.toml
index 12f38cce..8ccc7849 100644
--- a/graphics/Cargo.toml
+++ b/graphics/Cargo.toml
@@ -2,7 +2,7 @@
name = "iced_graphics"
version = "0.2.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
-edition = "2018"
+edition = "2021"
description = "A bunch of backend-agnostic types that can be leveraged to build a renderer for Iced"
license = "MIT"
repository = "https://github.com/hecrj/iced"