Skip to content

Commit

Permalink
Add doc.rs cargo args
Browse files Browse the repository at this point in the history
  • Loading branch information
YuhanLiin committed Jan 26, 2025
1 parent 56779f3 commit c71bf0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,7 @@ debug = true

[profile.dev.package."*"]
opt-level = "z"

[package.metadata.docs.rs]
targets = ["msp430-none-elf"]
cargo-args = ["-Z", "build-std=core"]

0 comments on commit c71bf0a

Please sign in to comment.