Skip to content

Commit

Permalink
Merge #264
Browse files Browse the repository at this point in the history
264: Make mbedtls-platform-support no_std r=Taowyoo a=DrTobe

The relatively new `mbedtls_platform-support` needs to declare `#![no_std]` if the `std` feature is not selected. `@Taowyoo` maybe you can merge this?

Co-authored-by: Tobias Naumann <tobias.naumann@iml.fraunhofer.de>
  • Loading branch information
bors[bot] and DrTobe authored May 11, 2023
2 parents 3d90448 + fd02d23 commit 95a2439
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mbedtls-platform-support/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
* option. This file may not be copied, modified, or distributed except
* according to those terms. */

#![cfg_attr(not(feature = "std"), no_std)]

#[cfg(not(feature = "std"))]
#[allow(unused)]
#[macro_use]
Expand Down

0 comments on commit 95a2439

Please sign in to comment.