Skip to content

Commit c8eb68e

Browse files
committed
Fix docs link
1 parent 7228b85 commit c8eb68e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
authors = ["James Waples <[email protected]>"]
33
categories = ["embedded", "no-std"]
44
description = "I2C/SPI driver for the SSD1331 OLED display controller"
5-
documentation = "https://jamwaffles.github.io/ssd1331"
5+
documentation = "https://docs.rs/ssd1331"
66
exclude = [".travis.yml", ".gitignore"]
77
keywords = ["no-std", "ssd1331", "oled", "embedded", "embedded-hal-driver"]
88
license = "MIT OR Apache-2.0"
99
name = "ssd1331"
1010
readme = "README.md"
1111
repository = "https://github.com/jamwaffles/ssd1331"
12-
version = "0.1.1"
12+
version = "0.1.2"
1313
edition = "2018"
1414
[badges.travis-ci]
1515
branch = "master"

0 commit comments

Comments
 (0)