File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ projects using an SPI interface.
8
8
9
9
## [ Unreleased] - ReleaseDate
10
10
11
+ ### Fixed
12
+
13
+ - Fix docs.rs build config
14
+
11
15
## [ 0.2.1] - 2020-03-20
12
16
13
17
## [ 0.2.0] - 2020-03-20
@@ -117,9 +121,9 @@ disp.rotation();
117
121
- ** (breaking)** Removed ` Builder ` struct.
118
122
119
123
<!-- next-url -->
124
+
120
125
[ unreleased ] : https://github.com/jamwaffles/ssd1331/compare/v0.2.1...HEAD
121
126
[ 0.2.1 ] : https://github.com/jamwaffles/ssd1331/compare/v0.2.0...v0.2.1
122
-
123
127
[ 0.2.0 ] : https://github.com/jamwaffles/ssd1331/compare/v0.2.0-alpha.2...v0.2.0
124
128
[ 0.2.0-alpha.2 ] : https://github.com/jamwaffles/ssd1331/compare/v0.2.0-alpha.1...v0.2.0-alpha.2
125
129
[ 0.2.0-alpha.1 ] : https://github.com/jamwaffles/ssd1331/compare/0.1.3...v0.2.0-alpha.1
Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ version = "0.2.1"
13
13
edition = " 2018"
14
14
15
15
[package .metadata .docs .rs ]
16
- default-target = " x86_64-unknown-linux-gnu"
16
+ targets = [ " thumbv7m-none-eabi" , " thumbv7em-none-eabihf" ]
17
+
17
18
[badges ]
18
19
circle-ci = { repository = " jamwaffles/ssd1331" , branch = " master" }
19
20
You can’t perform that action at this time.
0 commit comments