From b61fe03f096633a39d68974b93c63043e908358e Mon Sep 17 00:00:00 2001 From: Eric Scouten Date: Mon, 10 Apr 2023 10:45:01 -0400 Subject: [PATCH] (MINOR) Update to Rust 2021 edition --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cb9bf8e..67a9d3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ readme = "README.md" authors = ["Eric Scouten "] keywords = ["xmp", "metadata"] categories = ["api-bindings"] -edition = "2018" +edition = "2021" rust-version = "1.60.0" exclude = [ "external/xmp_toolkit/docs",