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 0725292 commit 0b14ec2Copy full SHA for 0b14ec2
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "sysfs_gpio"
3
-version = "0.6.0" # remember to update html_root_url
+version = "0.6.0"
4
authors = [
5
"Paul Osborne <osbpau@gmail.com>",
6
"The Embedded Linux Team <embedded-linux@teams.rust-embedded.org>",
src/lib.rs
@@ -41,7 +41,6 @@
41
//! ```
42
43
#![cfg_attr(feature = "async-tokio", allow(deprecated))]
44
-#![doc(html_root_url = "https://docs.rs/sysfs-gpio/0.6.0")]
45
46
#[cfg(feature = "async-tokio")]
47
extern crate futures;
0 commit comments