-
Notifications
You must be signed in to change notification settings - Fork 44
Release 0.6.0 #70
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Release 0.6.0 #70
Conversation
r? @nastevens (rust-highfive has picked a reviewer for you, use r? to override) |
9805db6
to
dbe325d
Compare
bors try |
f6cbef5
to
c53a2b3
Compare
bors try |
@@ -43,6 +41,7 @@ | |||
//! ``` | |||
|
|||
#![cfg_attr(feature = "async-tokio", allow(deprecated))] | |||
#![doc(html_root_url = "https://docs.rs/sysfs-gpio/0.6.0")] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this is needed right? It seems like it'd be quickly out of date in any case.
Edit: I see the reminder in Cargo.toml
so definitely intentional. Could you help me understand what this is doing please and why it's useful?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, this recommendation has been removed from the API guidelines: rust-lang/api-guidelines#230
I never liked it TBH. Thanks!
bors r+ |
👎 Rejected by too few approved reviews |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for all the work you've been doing lately!
bors r+ |
🎉