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

This commit is contained in:
Michael Vines
2020-04-16 19:07:08 -07:00
parent 3cfc38850b
commit b260f686a3
84 changed files with 252 additions and 0 deletions

View File

@@ -18,3 +18,6 @@ hex = "0.4.2"
[lib]
crate-type = ["lib"]
name = "solana_merkle_tree"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]