Skip to content

Commit dc381cf

Browse files
committed
Give hints to docs.rs
1 parent f1aaf37 commit dc381cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,7 @@ stdweb = { version = "0.4", optional = true }
5454
# This is for testing serde, unfortunately we can't specify feature-gated dev
5555
# deps yet, see: https://github.com/rust-lang/cargo/issues/1596
5656
bincode = "1.0"
57+
58+
[package.metadata.docs.rs]
59+
all-features = true
60+
rustdoc-args = [ "--all" ] # also document rand_core

0 commit comments

Comments
 (0)