Skip to content

Commit

Permalink
fix docs.rs builds (fixes #13)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdisselkoen committed Oct 26, 2020
1 parent 3c6ca2e commit 4dde7dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ llvm-10-strict = ["llvm-10", "llvm-ir/llvm-10-strict"]
llvm-11-strict = ["llvm-11", "llvm-ir/llvm-11-strict"]

[package.metadata.docs.rs]
# Generate docs.rs documentation with the llvm-11 feature
features = ["llvm-11"]
# Generate docs.rs documentation with the llvm-10 feature
features = ["llvm-10"]

0 comments on commit 4dde7dd

Please sign in to comment.