File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ version = "0.3.0"
1313edition = " 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 ]
1919circle-ci = { repository = " jamwaffles/sh1106" , branch = " master" }
You can’t perform that action at this time.
0 commit comments