From d4bec7a233bed3fec2a388cf9c026498ba571f8a Mon Sep 17 00:00:00 2001 From: Ashley Williams Date: Thu, 15 Dec 2022 17:13:48 -0600 Subject: [PATCH] fork: update authors, editions --- macros/Cargo.toml | 2 +- tests/Cargo.toml | 2 +- typed-html/Cargo.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 66dcbf8..dbe0d68 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -2,7 +2,7 @@ name = "axohtml-macros" version = "0.1.0" edition = "2018" -authors = ["Bodil Stokke "] +authors = ["Axo Developer Co ", "Bodil Stokke "] build = "build.rs" license = "MPL-2.0+" description = "Type checked JSX for Rust (proc_macro crate)" diff --git a/tests/Cargo.toml b/tests/Cargo.toml index a136fc7..eb0a72c 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "axohtml-tests" version = "0.0.0" -edition = "2018" +edition = "2021" authors = ["Bodil Stokke "] publish = false diff --git a/typed-html/Cargo.toml b/typed-html/Cargo.toml index 8df1fe4..bd1eb23 100644 --- a/typed-html/Cargo.toml +++ b/typed-html/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "axohtml" version = "0.1.0" -edition = "2018" -authors = ["Axo Developer Co ", "Bodil Stokke "] +edition = "2021" +authors = ["Axo Developer Co ", "Bodil Stokke "] license = "MPL-2.0+" description = "Type checked JSX for Rust" repository = "https://github.com/axodotdev/axohtml"