aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor-timer-queue
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-08-26 07:05:40 +0000
committerGitHub <[email protected]>2025-08-26 07:05:40 +0000
commit551aa5770fccba09ccaaa78745a3e5af2faea964 (patch)
tree6ae7de8fec93fbf30d1455727b162ed9097b0c83 /embassy-executor-timer-queue
parent73717f9ae8ea1f13f029c4c2722610a7e54436cb (diff)
parentc40c20563664a62607f754fc734c7473d28ee955 (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')
-rw-r--r--embassy-executor-timer-queue/Cargo.toml6
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 = []
33src_base = "https://github.com/embassy-rs/embassy/blob/embassy-executor-timer-queue-v$VERSION/embassy-executor-timer-queue/src/" 33src_base = "https://github.com/embassy-rs/embassy/blob/embassy-executor-timer-queue-v$VERSION/embassy-executor-timer-queue/src/"
34src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-executor-timer-queue/src/" 34src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-executor-timer-queue/src/"
35target = "x86_64-unknown-linux-gnu" 35target = "x86_64-unknown-linux-gnu"
36
37[package.metadata.embassy]
38build = [
39 {target = "thumbv7em-none-eabi", features = []},
40 {target = "thumbv6m-none-eabi", features = []},
41]