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-sync/build.rs | |
| parent | 368893c9cb1b192c9e0d45440cacb271d1039c29 (diff) | |
Copy build_common.rs into each crate, to make cargo publish happy
Diffstat (limited to 'embassy-sync/build.rs')
| -rw-r--r-- | embassy-sync/build.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-sync/build.rs b/embassy-sync/build.rs index 2649f5d37..ecd2c0c9f 100644 --- a/embassy-sync/build.rs +++ b/embassy-sync/build.rs | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | #[path = "../build_common.rs"] | 1 | #[path = "./build_common.rs"] |
| 2 | mod common; | 2 | mod common; |
| 3 | 3 | ||
| 4 | fn main() { | 4 | fn main() { |
