Skip to content

Commit 5820314

Browse files
committed
chore: version update
1 parent 8212f0a commit 5820314

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "Apache-2.0"
88
name = "yata"
99
readme = "README.md"
1010
repository = "https://github.com/amv-dev/yata"
11-
version = "0.6.1"
11+
version = "0.6.2"
1212
include = [
1313
"/benches",
1414
"/src/*.rs",
@@ -24,7 +24,7 @@ include = [
2424
]
2525

2626
[dependencies]
27-
serde = { version = "1.0", features = ["derive"], optional = true }
27+
serde = { version = "1", features = ["derive"], optional = true }
2828

2929
[features]
3030
default = ["serde"]

0 commit comments

Comments
 (0)