File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 6
6
7
7
## [ Unreleased] - ReleaseDate
8
8
9
+ ### Fixed
10
+
11
+ - Fix docs.rs build config
12
+
9
13
## [ 0.3.0] - 2020-03-20
10
14
11
15
### Fixed
82
86
- Builder docs clarify the order of method calls (#89 )
83
87
84
88
<!-- next-url -->
85
- [ unreleased ] : https://github.com/jamwaffles/ssd1306/compare/v0.3.0...HEAD
86
89
90
+ [ unreleased ] : https://github.com/jamwaffles/ssd1306/compare/v0.3.0...HEAD
87
91
[ 0.3.0 ] : https://github.com/jamwaffles/ssd1306/compare/v0.3.0-alpha.4...v0.3.0
88
92
[ 0.3.0-alpha.4 ] : https://github.com/jamwaffles/ssd1306/compare/v0.3.0-alpha.3...v0.3.0-alpha.4
89
93
[ 0.3.0-alpha.3 ] : https://github.com/jamwaffles/ssd1306/compare/v0.3.0-alpha.2...v0.3.0-alpha.3
Original file line number Diff line number Diff line change @@ -15,8 +15,7 @@ edition = "2018"
15
15
circle-ci = { repository = " jamwaffles/ssd1306" , branch = " master" }
16
16
17
17
[package .metadata .docs .rs ]
18
- all-features = true
19
- default-target = " x86_64-unknown-linux-gnu"
18
+ targets = [ " thumbv7m-none-eabi" , " thumbv7em-none-eabihf" ]
20
19
21
20
[dependencies ]
22
21
embedded-hal = " 0.2.3"
You can’t perform that action at this time.
0 commit comments