Select a single docs.rs build target

This commit is contained in:
David Tolnay 2020-03-17 13:28:17 -07:00
parent d76c752913
commit 04b7618556
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 4 additions and 0 deletions

View File

@ -61,6 +61,7 @@ required-features = ["full", "parsing"]
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]
[package.metadata.playground]
all-features = true

View File

@ -16,3 +16,6 @@ serde = { version = "1.0.88", features = ["derive"] }
[dev-dependencies]
serde_json = "1.0"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]