mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-19 00:51:02 +00:00
Work around docs.rs using an old 1.26-dev compiler
This commit is contained in:
@@ -23,6 +23,11 @@ serde_derive = { version = "1.0", optional = true, path = "../serde_derive" }
|
||||
[dev-dependencies]
|
||||
serde_derive = { version = "1.0", path = "../serde_derive" }
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
# Temporary cfg to work around docs.rs using an old 1.26-dev compiler.
|
||||
rustc-args = ["--cfg", "serde_docs_rs"]
|
||||
rustdoc-args = ["--cfg", "serde_docs_rs"]
|
||||
|
||||
|
||||
### FEATURES #################################################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user