File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,7 @@ version = "1.0.0-alpha.4" # remember to update html_root_url
18
18
[features ]
19
19
# Enabling this feature enables the `futures` module using generic associated types (GATs), which are still unstable.
20
20
# Therefore, this feature requires compiling on nightly.
21
- futures = []
22
- default = [" futures" ]
21
+ unstable-futures = []
23
22
24
23
[dependencies ]
25
24
nb = " 1"
Original file line number Diff line number Diff line change 407
407
#![ doc( html_root_url = "https://docs.rs/embedded-hal/1.0.0-alpha.4" ) ]
408
408
#![ deny( missing_docs) ]
409
409
#![ no_std]
410
- #![ cfg_attr( feature = "futures" , feature( generic_associated_types, min_type_alias_impl_trait) ) ]
410
+ #![ cfg_attr( feature = "unstable- futures" , feature( generic_associated_types, min_type_alias_impl_trait) ) ]
411
411
412
412
pub mod blocking;
413
413
pub mod fmt;
414
414
pub mod nb;
415
- #[ cfg( feature = "futures" ) ]
415
+ #[ cfg( feature = "unstable- futures" ) ]
416
416
pub mod futures;
417
417
pub mod prelude;
418
418
You can’t perform that action at this time.
0 commit comments