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

This commit is contained in:
Michael Vines
2020-04-16 18:18:28 -07:00
parent 5ed39de8c5
commit 47ae57610a
84 changed files with 252 additions and 0 deletions

View File

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