We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e654392 commit 10f145bCopy full SHA for 10f145b
Cargo.toml
@@ -5,7 +5,7 @@ members = [
5
]
6
7
[workspace.package]
8
-version = "0.12.3"
+version = "0.13.0"
9
edition = "2021"
10
authors = ["Antonio Yang <yanganto@gmail.com>"]
11
license = "MIT"
lib/Cargo.toml
@@ -11,7 +11,7 @@ license.workspace = true
readme.workspace = true
12
13
[dependencies]
14
-toml-example-derive = { version = "=0.12.3", path = "../derive" }
+toml-example-derive = { version = "=0.13.0", path = "../derive" }
15
16
[dev-dependencies]
17
serde = { version = "1.0", features = ["derive"] }
0 commit comments