chore: fix metadata
This commit is contained in:
parent
4180703536
commit
8a5d0d7f1a
1 changed files with 4 additions and 1 deletions
|
@ -12,9 +12,12 @@ categories = ["data-structures", "parsing"]
|
||||||
|
|
||||||
# rust-version = "1.51.0" # The first version of Cargo that supports this field is 1.56.0
|
# rust-version = "1.51.0" # The first version of Cargo that supports this field is 1.56.0
|
||||||
|
|
||||||
[metadata]
|
[package.metadata]
|
||||||
msrv = "1.51.0"
|
msrv = "1.51.0"
|
||||||
|
|
||||||
|
[package.metadata.docs.rs]
|
||||||
|
all-features = true
|
||||||
|
|
||||||
# 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]
|
||||||
|
|
Reference in a new issue