From 40020e15b726c27dc4435e9d104a9799f4c77f46 Mon Sep 17 00:00:00 2001 From: Deyan Ginev Date: Thu, 21 Oct 2021 18:15:37 -0400 Subject: [PATCH] migrate to 2021 rust edition --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8ccfa248b7..9b8caba1ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "libxml" version = "0.3.0" -edition = "2018" +edition = "2021" authors = ["Andreas Franzén ", "Deyan Ginev ","Jan Frederik Schaefer "] description = "A Rust wrapper for libxml2 - the XML C parser and toolkit developed for the Gnome project" repository = "https://github.com/KWARC/rust-libxml"