Skip to content

Commit

Permalink
version 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Canop committed Nov 4, 2022
1 parent 7f862c1 commit f4520b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lazy-regex"
version = "2.3.1-dev"
version = "2.3.1"
authors = ["Canop <cano.petrole@gmail.com>"]
edition = "2021"
description = "lazy static regular expressions checked at compile time"
Expand All @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion src/proc_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lazy-regex-proc_macros"
version = "2.3.0"
version = "2.3.1"
authors = ["Canop <cano.petrole@gmail.com>"]
description = "proc macros for the lazy_regex crate"
license = "MIT"
Expand Down

0 comments on commit f4520b6

Please sign in to comment.