Skip to content

Commit

Permalink
Merge pull request #104 from ivmarkov/main
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
kedars authored Oct 1, 2023
2 parents 0fe4ae9 + 29a5c14 commit e39fd18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rs-matter/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
//!
//! Start off exploring by going to the [Matter] object.
#![cfg_attr(not(feature = "std"), no_std)]
#![allow(stable_features)]
#![cfg_attr(feature = "nightly", feature(async_fn_in_trait))]
#![cfg_attr(feature = "nightly", feature(impl_trait_projections))]
#![cfg_attr(feature = "nightly", allow(incomplete_features))]
Expand Down

0 comments on commit e39fd18

Please sign in to comment.