We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 492eae6 commit c796a73Copy full SHA for c796a73
2 files changed
Cargo.toml
@@ -6,7 +6,7 @@ members = [
6
resolver = "2"
7
8
[workspace.package]
9
-version = "0.2.0"
+version = "0.3.0"
10
edition = "2021"
11
authors = ["TryParse Contributors"]
12
license = "Apache-2.0"
tryparse/Cargo.toml
@@ -21,7 +21,7 @@ once_cell.workspace = true
21
unicode-normalization.workspace = true
22
23
# Optional: derive macro support
24
-tryparse-derive = { version = "0.2.0", path = "../tryparse-derive", optional = true }
+tryparse-derive = { version = "0.3.0", path = "../tryparse-derive", optional = true }
25
26
[dev-dependencies]
27
pretty_assertions.workspace = true
0 commit comments