Skip to content

Commit c796a73

Browse files
committed
Bump version to 0.3.0
1 parent 492eae6 commit c796a73

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ members = [
66
resolver = "2"
77

88
[workspace.package]
9-
version = "0.2.0"
9+
version = "0.3.0"
1010
edition = "2021"
1111
authors = ["TryParse Contributors"]
1212
license = "Apache-2.0"

tryparse/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ once_cell.workspace = true
2121
unicode-normalization.workspace = true
2222

2323
# Optional: derive macro support
24-
tryparse-derive = { version = "0.2.0", path = "../tryparse-derive", optional = true }
24+
tryparse-derive = { version = "0.3.0", path = "../tryparse-derive", optional = true }
2525

2626
[dev-dependencies]
2727
pretty_assertions.workspace = true

0 commit comments

Comments
 (0)