Skip to content

Commit c62e1ed

Browse files
committed
Fix docs build
1 parent 8e54c7e commit c62e1ed

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
## [Unreleased] - ReleaseDate
88

9+
### Fixed
10+
11+
- Fix docs.rs build config
12+
913
## [0.3.0] - 2020-03-20
1014

1115
### Fixed
@@ -82,8 +86,8 @@
8286
- Builder docs clarify the order of method calls (#89)
8387

8488
<!-- next-url -->
85-
[unreleased]: https://github.com/jamwaffles/ssd1306/compare/v0.3.0...HEAD
8689

90+
[unreleased]: https://github.com/jamwaffles/ssd1306/compare/v0.3.0...HEAD
8791
[0.3.0]: https://github.com/jamwaffles/ssd1306/compare/v0.3.0-alpha.4...v0.3.0
8892
[0.3.0-alpha.4]: https://github.com/jamwaffles/ssd1306/compare/v0.3.0-alpha.3...v0.3.0-alpha.4
8993
[0.3.0-alpha.3]: https://github.com/jamwaffles/ssd1306/compare/v0.3.0-alpha.2...v0.3.0-alpha.3

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ edition = "2018"
1515
circle-ci = { repository = "jamwaffles/ssd1306", branch = "master" }
1616

1717
[package.metadata.docs.rs]
18-
all-features = true
19-
default-target = "x86_64-unknown-linux-gnu"
18+
targets = [ "thumbv7m-none-eabi", "thumbv7em-none-eabihf" ]
2019

2120
[dependencies]
2221
embedded-hal = "0.2.3"

0 commit comments

Comments
 (0)