disable serde
This commit is contained in:
parent
cbb970c293
commit
23ae291361
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ exclude = ["fuzz/**/*", ".vscode/**/*", "benches/**/*"]
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
serde = ["serde_crate"]
|
# serde = ["serde_crate"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
memchr = "2"
|
memchr = "2"
|
||||||
|
|
Reference in a new issue