Skip to content

Commit 0b14ec2

Browse files
committed
Remove html root url as it is not necessary anymore
1 parent 0725292 commit 0b14ec2

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 = "sysfs_gpio"
3-
version = "0.6.0" # remember to update html_root_url
3+
version = "0.6.0"
44
authors = [
55
"Paul Osborne <[email protected]>",
66
"The Embedded Linux Team <[email protected]>",

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
//! ```
4242
4343
#![cfg_attr(feature = "async-tokio", allow(deprecated))]
44-
#![doc(html_root_url = "https://docs.rs/sysfs-gpio/0.6.0")]
4544

4645
#[cfg(feature = "async-tokio")]
4746
extern crate futures;

0 commit comments

Comments
 (0)