We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8212f0a commit 5820314Copy full SHA for 5820314
Cargo.toml
@@ -8,7 +8,7 @@ license = "Apache-2.0"
8
name = "yata"
9
readme = "README.md"
10
repository = "https://github.com/amv-dev/yata"
11
-version = "0.6.1"
+version = "0.6.2"
12
include = [
13
"/benches",
14
"/src/*.rs",
@@ -24,7 +24,7 @@ include = [
24
]
25
26
[dependencies]
27
-serde = { version = "1.0", features = ["derive"], optional = true }
+serde = { version = "1", features = ["derive"], optional = true }
28
29
[features]
30
default = ["serde"]
0 commit comments