Skip to content

Commit

Permalink
Merge pull request #34 from wackazong/main
Browse files Browse the repository at this point in the history
Add no_std support
  • Loading branch information
audunhalland authored Oct 30, 2024
2 parents aeeb1d4 + db81600 commit 896912e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,7 @@
//!
//! [^1]: Literally, out of the [Box]! In entrait version 0.7 and newer, asynchronous functions are zero-cost by default.
#![no_std]
#![forbid(unsafe_code)]

#[cfg(feature = "unimock")]
Expand Down

0 comments on commit 896912e

Please sign in to comment.