Skip to content

Commit 0150414

Browse files
committed
Fix docs.rs build
1 parent 1bd5761 commit 0150414

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ projects using an SPI interface.
88

99
## [Unreleased] - ReleaseDate
1010

11+
### Fixed
12+
13+
- Fix docs.rs build config
14+
1115
## [0.2.1] - 2020-03-20
1216

1317
## [0.2.0] - 2020-03-20
@@ -117,9 +121,9 @@ disp.rotation();
117121
- **(breaking)** Removed `Builder` struct.
118122

119123
<!-- next-url -->
124+
120125
[unreleased]: https://github.com/jamwaffles/ssd1331/compare/v0.2.1...HEAD
121126
[0.2.1]: https://github.com/jamwaffles/ssd1331/compare/v0.2.0...v0.2.1
122-
123127
[0.2.0]: https://github.com/jamwaffles/ssd1331/compare/v0.2.0-alpha.2...v0.2.0
124128
[0.2.0-alpha.2]: https://github.com/jamwaffles/ssd1331/compare/v0.2.0-alpha.1...v0.2.0-alpha.2
125129
[0.2.0-alpha.1]: https://github.com/jamwaffles/ssd1331/compare/0.1.3...v0.2.0-alpha.1

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ version = "0.2.1"
1313
edition = "2018"
1414

1515
[package.metadata.docs.rs]
16-
default-target = "x86_64-unknown-linux-gnu"
16+
targets = [ "thumbv7m-none-eabi", "thumbv7em-none-eabihf" ]
17+
1718
[badges]
1819
circle-ci = { repository = "jamwaffles/ssd1331", branch = "master" }
1920

0 commit comments

Comments
 (0)