From 8aff8a93b687e5d7a55b83961ed0403412f1ff27 Mon Sep 17 00:00:00 2001 From: Edgar Luque Date: Fri, 29 Oct 2021 11:45:44 +0200 Subject: [PATCH] chore: update to rust 2021 edition --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b017d67..c432664 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "sitewriter" -version = "0.4.1" +version = "0.4.2" authors = ["Edgar "] -edition = "2018" +edition = "2021" description = "A sitemap writing library." readme = "README.md" documentation = "https://docs.rs/sitewriter"