From f4520b63c042ae056883b848f2ae71a4173091c5 Mon Sep 17 00:00:00 2001 From: Canop Date: Fri, 4 Nov 2022 07:29:19 +0100 Subject: [PATCH] version 2.3.1 --- Cargo.toml | 4 ++-- src/proc_macros/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b260c34..6033e4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lazy-regex" -version = "2.3.1-dev" +version = "2.3.1" authors = ["Canop "] edition = "2021" description = "lazy static regular expressions checked at compile time" @@ -17,7 +17,7 @@ regex = {version = "1.5", default_features = false} [dependencies.lazy-regex-proc_macros] path = "src/proc_macros" -version = "2.3.0" +version = "2.3.1" [features] default = ["regex/default"] diff --git a/src/proc_macros/Cargo.toml b/src/proc_macros/Cargo.toml index e13b48c..1bff2e3 100644 --- a/src/proc_macros/Cargo.toml +++ b/src/proc_macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lazy-regex-proc_macros" -version = "2.3.0" +version = "2.3.1" authors = ["Canop "] description = "proc macros for the lazy_regex crate" license = "MIT"