From b2fdaf4132a8fff7aadd6885ec7c570296a664ea Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Wed, 14 Aug 2024 09:17:03 +0700 Subject: [PATCH] Update to 2021 edition. (#704) --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 95985fbc..1c248cb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,10 @@ [workspace] members = ["core-foundation", "core-foundation-sys", "core-graphics-types", "core-graphics", "core-text", "cocoa", "cocoa-foundation", "io-surface"] +resolver = "2" [workspace.package] authors = ["The Servo Project Developers"] -edition = "2018" +edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/servo/core-foundation-rs" rust-version = "1.65"