Skip to content

Commit

Permalink
Fix docs.rs build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anders429 committed Jun 6, 2024
1 parent 543141b commit 605e3b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions gba_test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.1.2 - 2024-06-06
### Fixed
- Provide correct target for docs.rs build.

## 0.1.1 - 2024-06-06
### Fixed
- Enabled `doc_cfg` feature to fix documentation build.
Expand Down
3 changes: 2 additions & 1 deletion gba_test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gba_test"
version = "0.1.1"
version = "0.1.2"
authors = ["Anders Evensen"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand All @@ -15,6 +15,7 @@ keywords = ["gba", "test", "testing", "framework", "development"]
# RUSTDOCFLAGS="--cfg doc_cfg" cargo +nightly doc --all-features --no-deps --open
all-features = true
rustdoc-args = ["--cfg", "doc_cfg"]
targets = ["armv5te-unknown-linux-gnueabi"]

[profile.dev]
opt-level = 3
Expand Down

0 comments on commit 605e3b2

Please sign in to comment.