From ad28a0cb9a32b6523c6b1a162612c6e50ac993c0 Mon Sep 17 00:00:00 2001 From: jhaboic Date: Sun, 13 Feb 2022 21:12:08 +0100 Subject: [PATCH] chore: update edition to 2021 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 81dd3fd..7805222 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "rs-uuid" version = "0.3.1" authors = ["jhaboic "] -edition = "2018" +edition = "2021" description = "Universally unique identifier generator" license = "Apache-2.0" repository = "https://github.com/BitFields/rs-uuid"