Skip to content

Commit 76fdb93

Browse files
committed
Fix(?) docs.rs build
1 parent 6837a54 commit 76fdb93

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ with the [embedded-hal](crates.io/crates/embedded-hal) traits for maximum portab
88

99
## [Unreleased] - ReleaseDate
1010

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

1317
### Added
@@ -57,8 +61,8 @@ Upgrade to new embedded-graphics `0.6.0-alpha.1` release. Please see the [embedd
5761
- **(breaking)** #9 Upgraded to [embedded-graphics](https://crates.io/crates/embedded-graphics) 0.6.0-alpha.1
5862

5963
<!-- next-url -->
60-
[unreleased]: https://github.com/jamwaffles/sh1106/compare/v0.3.0...HEAD
6164

65+
[unreleased]: https://github.com/jamwaffles/sh1106/compare/v0.3.0...HEAD
6266
[0.3.0]: https://github.com/jamwaffles/sh1106/compare/v0.3.0-alpha.4...v0.3.0
6367
[0.3.0-alpha.4]: https://github.com/jamwaffles/sh1106/compare/v0.3.0-alpha.3...v0.3.0-alpha.4
6468
[0.3.0-alpha.3]: https://github.com/jamwaffles/sh1106/compare/v0.3.0-alpha.2...v0.3.0-alpha.3

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ version = "0.3.0"
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" ]
1717

1818
[badges]
1919
circle-ci = { repository = "jamwaffles/sh1106", branch = "master" }

0 commit comments

Comments
 (0)