We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c2c672 commit 995f9c3Copy full SHA for 995f9c3
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
3
name = "i2cdev"
4
-version = "0.5.0" # remember to update html_root_url
+version = "0.5.0"
5
authors = ["Paul Osborne <osbpau@gmail.com>"]
6
license = "MIT/Apache-2.0"
7
repository = "https://github.com/rust-embedded/rust-i2cdev"
@@ -22,4 +22,3 @@ nix = ">= 0.22, < 0.24"
22
23
[dev-dependencies]
24
docopt = "1"
25
-
src/lib.rs
@@ -97,7 +97,6 @@
97
#![crate_name = "i2cdev"]
98
#![crate_type = "lib"]
99
#![deny(missing_docs)]
100
-#![doc(html_root_url = "https://docs.rs/i2cdev/0.5.0")]
101
102
#[macro_use]
103
extern crate bitflags;
0 commit comments