diff options
| author | Ulf Lilleengen <[email protected]> | 2025-08-26 07:05:40 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-26 07:05:40 +0000 |
| commit | 551aa5770fccba09ccaaa78745a3e5af2faea964 (patch) | |
| tree | 6ae7de8fec93fbf30d1455727b162ed9097b0c83 /embassy-executor-timer-queue/Cargo.toml | |
| parent | 73717f9ae8ea1f13f029c4c2722610a7e54436cb (diff) | |
| parent | c40c20563664a62607f754fc734c7473d28ee955 (diff) | |
Merge pull request #4549 from embassy-rs/releaser-update
feat: add semver checks and releasing to releaser
Diffstat (limited to 'embassy-executor-timer-queue/Cargo.toml')
| -rw-r--r-- | embassy-executor-timer-queue/Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/embassy-executor-timer-queue/Cargo.toml b/embassy-executor-timer-queue/Cargo.toml index 0db327ba9..a0ac44420 100644 --- a/embassy-executor-timer-queue/Cargo.toml +++ b/embassy-executor-timer-queue/Cargo.toml | |||
| @@ -33,3 +33,9 @@ timer-item-size-8-words = [] | |||
| 33 | src_base = "https://github.com/embassy-rs/embassy/blob/embassy-executor-timer-queue-v$VERSION/embassy-executor-timer-queue/src/" | 33 | src_base = "https://github.com/embassy-rs/embassy/blob/embassy-executor-timer-queue-v$VERSION/embassy-executor-timer-queue/src/" |
| 34 | src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-executor-timer-queue/src/" | 34 | src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-executor-timer-queue/src/" |
| 35 | target = "x86_64-unknown-linux-gnu" | 35 | target = "x86_64-unknown-linux-gnu" |
| 36 | |||
| 37 | [package.metadata.embassy] | ||
| 38 | build = [ | ||
| 39 | {target = "thumbv7em-none-eabi", features = []}, | ||
| 40 | {target = "thumbv6m-none-eabi", features = []}, | ||
| 41 | ] | ||
