Only build x86_64-unknown-linux-gnu on docs.rs

This commit is contained in:
Michael Vines
2020-04-16 19:07:43 -07:00
parent 140c75f613
commit b5f03a380b
79 changed files with 237 additions and 0 deletions

View File

@@ -18,3 +18,6 @@ solana-measure = { path = "../measure", version = "1.0.19" }
solana-sdk = { path = "../sdk", version = "1.0.19" }
rand = "0.6.5"
crossbeam-channel = "0.3"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]