Skip to content

Commit 86dea0a

Browse files
author
andrew
committed
chore: Release
1 parent 9527933 commit 86dea0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "2"
33
members = ["crates/*"]
44

55
[workspace.package]
6-
version = "0.1.2"
6+
version = "0.1.3"
77
edition = "2021"
88
license = "ISC"
99
repository = "https://github.com/andrewbaxter/structre"

crates/structre/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ readme.workspace = true
99

1010
[dependencies]
1111
regex = { version = "1", default-features = false, features = ["std"] }
12-
structre_proc_macros = { path = "../structre_proc_macros", version = "=0.1.2" }
12+
structre_proc_macros = { path = "../structre_proc_macros", version = "=0.1.3" }

0 commit comments

Comments
 (0)