From 850989686af334cbfcd5122feb6342b062a8f1bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?joseLu=C3=ADs?= Date: Mon, 14 Oct 2024 13:17:21 +0200 Subject: [PATCH] release v0.11.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bd3645b..3828c39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "devela_macros" description = "procedural macros for devela" -version = "0.10.0" +version = "0.11.0" edition = "2021" -rust-version = "1.72.1" # sync with readme, check.sh & .github/workflows/check.yml +rust-version = "1.72.1" # sync with README.md, check.sh & .github/workflows/check.yml authors = ["José Luis Cruz "] repository = "https://github.com/andamira/devela_macros" documentation = "https://docs.rs/devela_macros"