Skip to content

Commit 995f9c3

Browse files
committed
Remove html root url since it is not necessary anymore
1 parent 1c2c672 commit 995f9c3

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "i2cdev"
4-
version = "0.5.0" # remember to update html_root_url
4+
version = "0.5.0"
55
authors = ["Paul Osborne <osbpau@gmail.com>"]
66
license = "MIT/Apache-2.0"
77
repository = "https://github.com/rust-embedded/rust-i2cdev"
@@ -22,4 +22,3 @@ nix = ">= 0.22, < 0.24"
2222

2323
[dev-dependencies]
2424
docopt = "1"
25-

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@
9797
#![crate_name = "i2cdev"]
9898
#![crate_type = "lib"]
9999
#![deny(missing_docs)]
100-
#![doc(html_root_url = "https://docs.rs/i2cdev/0.5.0")]
101100

102101
#[macro_use]
103102
extern crate bitflags;

0 commit comments

Comments
 (0)