Skip to content

Commit 10f145b

Browse files
committed
Bump version
1 parent e654392 commit 10f145b

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
@@ -5,7 +5,7 @@ members = [
55
]
66

77
[workspace.package]
8-
version = "0.12.3"
8+
version = "0.13.0"
99
edition = "2021"
1010
authors = ["Antonio Yang <yanganto@gmail.com>"]
1111
license = "MIT"

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license.workspace = true
1111
readme.workspace = true
1212

1313
[dependencies]
14-
toml-example-derive = { version = "=0.12.3", path = "../derive" }
14+
toml-example-derive = { version = "=0.13.0", path = "../derive" }
1515

1616
[dev-dependencies]
1717
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)