diff options
author | 2022-02-09 17:53:35 +0700 | |
---|---|---|
committer | 2022-02-09 17:57:44 +0700 | |
commit | adce9e04213803bd775538efddf6e7908d1c605e (patch) | |
tree | 8e8145017f6364318f7acd09f49e6a4386f4cd72 /rustfmt.toml | |
parent | 554e0a090e3530dced71c14fa02ed5690b7d398e (diff) | |
download | iced-adce9e04213803bd775538efddf6e7908d1c605e.tar.gz iced-adce9e04213803bd775538efddf6e7908d1c605e.tar.bz2 iced-adce9e04213803bd775538efddf6e7908d1c605e.zip |
Update Rust edition to 2021 :tada:
Diffstat (limited to 'rustfmt.toml')
-rw-r--r-- | rustfmt.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rustfmt.toml b/rustfmt.toml index fa50ab92..501828b4 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,2 +1,2 @@ max_width=80 -edition="2018" +edition="2021" |