Skip to content

Commit

Permalink
Select a single docs.rs build target
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 17, 2020
1 parent 7437447 commit b94ef8c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ inventory-impl = { version = "=0.1.5", path = "impl" }

[workspace]
members = ["impl"]

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
3 changes: 3 additions & 0 deletions impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ travis-ci = { repository = "dtolnay/inventory" }
proc-macro2 = "1.0"
quote = "1.0"
syn = "1.0"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

0 comments on commit b94ef8c

Please sign in to comment.