Skip to content

Commit 9d76e7a

Browse files
committed
Remove html root url as it is not necessary anymore
1 parent 2e0b40b commit 9d76e7a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gpio-cdev"
3-
version = "0.5.0" # remember to update html_root_url
3+
version = "0.5.0"
44
authors = ["Paul Osborne <[email protected]>", "Frank Pagliughi <[email protected]>"]
55
description = "Linux GPIO Character Device Support (/dev/gpiochipN)"
66
homepage = "https://github.com/rust-embedded/gpio-cdev"

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@
8383
//! [README on Github]: https://github.com/rust-embedded/rust-gpio-cdev
8484
8585
#![cfg_attr(docsrs, feature(doc_cfg))]
86-
#![doc(html_root_url = "https://docs.rs/gpio-cdev/0.5.0")]
8786

8887
#[macro_use]
8988
extern crate bitflags;

0 commit comments

Comments
 (0)