From ffbd3571ef5d80151017c3d01b2739c5e4df0f14 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Mon, 9 Sep 2024 06:14:08 +0700 Subject: [PATCH] Use Rust 2021 edition. (#60) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 94ec0ed..6a23af1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "swash" version = "0.1.18" authors = ["Chad Brokaw "] -edition = "2018" +edition = "2021" description = "Font introspection, complex text shaping and glyph rendering." license = "Apache-2.0 OR MIT" keywords = ["font", "shape", "glyph", "text"]