aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/build.rs
diff options
context:
space:
mode:
authorJan Špaček <[email protected]>2024-05-30 19:59:06 +0200
committerJan Špaček <[email protected]>2024-05-31 08:07:51 +0200
commitbfb380e8ca8c220036739e6046df79ac784d935b (patch)
treeb5954fe04970b5080f6ab079cd4b56ab93f788a0 /embassy-executor/build.rs
parent368893c9cb1b192c9e0d45440cacb271d1039c29 (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.rs2
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;
3use std::path::PathBuf; 3use std::path::PathBuf;
4use std::{env, fs}; 4use std::{env, fs};
5 5
6#[path = "../build_common.rs"] 6#[path = "./build_common.rs"]
7mod common; 7mod common;
8 8
9static CONFIGS: &[(&str, usize)] = &[ 9static CONFIGS: &[(&str, usize)] = &[