Skip to content

Commit 208fd14

Browse files
Build for only one target for docs.rs (#5427)
* Add docs.rs metadata to all cargo.toml files * Remove docs.rs metada in substrate's cargo.toml
1 parent 2f17cb3 commit 208fd14

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,6 @@ std = [
4242
"evm/std",
4343
"pallet-timestamp/std",
4444
]
45+
46+
[package.metadata.docs.rs]
47+
targets = ["x86_64-unknown-linux-gnu"]

0 commit comments

Comments
 (0)