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 b382eba commit 545ad3bCopy full SHA for 545ad3b
Cargo.toml
@@ -3,7 +3,7 @@ resolver = "2"
3
members = ["crates/*"]
4
5
[workspace.package]
6
-version = "0.1.3"
+version = "0.2.0"
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.3" }
+structre_proc_macros = { path = "../structre_proc_macros", version = "=0.2.0" }
0 commit comments