Skip to content

Commit b4cce1f

Browse files
committed
Fix docs link
1 parent ff9d890 commit b4cce1f

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 SSD1306 OLED display controller"
5-
documentation = "https://jamwaffles.github.io/ssd1306"
5+
documentation = "https://docs.rs/ssd1306"
66
exclude = [".travis.yml", ".gitignore"]
77
keywords = ["no-std", "ssd1306", "oled", "embedded", "embedded-hal-driver"]
88
license = "MIT OR Apache-2.0"
99
name = "ssd1306"
1010
readme = "README.md"
1111
repository = "https://github.com/jamwaffles/ssd1306"
12-
version = "0.2.4-alpha.0"
12+
version = "0.2.4"
1313
edition = "2018"
1414
[badges.travis-ci]
1515
branch = "master"

0 commit comments

Comments
 (0)