We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9527933 commit 86dea0aCopy full SHA for 86dea0a
Cargo.toml
@@ -3,7 +3,7 @@ resolver = "2"
3
members = ["crates/*"]
4
5
[workspace.package]
6
-version = "0.1.2"
+version = "0.1.3"
7
edition = "2021"
8
license = "ISC"
9
repository = "https://github.com/andrewbaxter/structre"
crates/structre/Cargo.toml
@@ -9,4 +9,4 @@ readme.workspace = true
10
[dependencies]
11
regex = { version = "1", default-features = false, features = ["std"] }
12
-structre_proc_macros = { path = "../structre_proc_macros", version = "=0.1.2" }
+structre_proc_macros = { path = "../structre_proc_macros", version = "=0.1.3" }
0 commit comments