mirror of
https://github.com/serde-rs/json.git
synced 2025-10-02 23:35:59 +00:00
Point standard library links to stable
This commit is contained in:
parent
4d4f53c3b7
commit
400eaa977f
@ -32,7 +32,12 @@ trybuild = { version = "1.0.81", features = ["diff"] }
|
|||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
features = ["preserve_order", "raw_value", "unbounded_depth"]
|
features = ["preserve_order", "raw_value", "unbounded_depth"]
|
||||||
targets = ["x86_64-unknown-linux-gnu"]
|
targets = ["x86_64-unknown-linux-gnu"]
|
||||||
rustdoc-args = ["--generate-link-to-definition"]
|
rustdoc-args = [
|
||||||
|
"--generate-link-to-definition",
|
||||||
|
"--extern-html-root-url=core=https://doc.rust-lang.org",
|
||||||
|
"--extern-html-root-url=alloc=https://doc.rust-lang.org",
|
||||||
|
"--extern-html-root-url=std=https://doc.rust-lang.org",
|
||||||
|
]
|
||||||
|
|
||||||
[package.metadata.playground]
|
[package.metadata.playground]
|
||||||
features = ["float_roundtrip", "raw_value", "unbounded_depth"]
|
features = ["float_roundtrip", "raw_value", "unbounded_depth"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user