diff options
| author | Jan Špaček <[email protected]> | 2024-05-30 19:59:06 +0200 |
|---|---|---|
| committer | Jan Špaček <[email protected]> | 2024-05-31 08:07:51 +0200 |
| commit | bfb380e8ca8c220036739e6046df79ac784d935b (patch) | |
| tree | b5954fe04970b5080f6ab079cd4b56ab93f788a0 /embassy-executor/build.rs | |
| parent | 368893c9cb1b192c9e0d45440cacb271d1039c29 (diff) | |
Copy build_common.rs into each crate, to make cargo publish happy
Diffstat (limited to 'embassy-executor/build.rs')
| -rw-r--r-- | embassy-executor/build.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-executor/build.rs b/embassy-executor/build.rs index 8af8ccaf3..8a41d7503 100644 --- a/embassy-executor/build.rs +++ b/embassy-executor/build.rs | |||
| @@ -3,7 +3,7 @@ use std::fmt::Write; | |||
| 3 | use std::path::PathBuf; | 3 | use std::path::PathBuf; |
| 4 | use std::{env, fs}; | 4 | use std::{env, fs}; |
| 5 | 5 | ||
| 6 | #[path = "../build_common.rs"] | 6 | #[path = "./build_common.rs"] |
| 7 | mod common; | 7 | mod common; |
| 8 | 8 | ||
| 9 | static CONFIGS: &[(&str, usize)] = &[ | 9 | static CONFIGS: &[(&str, usize)] = &[ |
