Skip to content

Commit

Permalink
aarch64-dit: set docs.rs default-target (#1107)
Browse files Browse the repository at this point in the history
This hopefully allows the docs to generate on docs.rs.

Closes #1106
  • Loading branch information
tarcieri authored Sep 6, 2024
1 parent 613f0f7 commit 7601e3e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aarch64-dit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ rust-version = "1.61"

[dev-dependencies]
cpufeatures = { version = "0.2.14", path = "../cpufeatures" }

[package.metadata.docs.rs]
default-target = "aarch64-unknown-linux-gnu"

0 comments on commit 7601e3e

Please sign in to comment.