diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2024-02-23 08:38:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-23 07:38:10 +0000 |
| commit | 4a23c8d6da918b2ddd5a6b694b584fd2737833bb (patch) | |
| tree | f089989910580ea186ce2fe97d40d1eb367d139e /xtask/src/argument_parsing.rs | |
| parent | 8b2465ba37a2781704e302f403069282a5562930 (diff) | |
rtic-sync: Remove unstable flag, and add defmt derives (#889)
Diffstat (limited to 'xtask/src/argument_parsing.rs')
| -rw-r--r-- | xtask/src/argument_parsing.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xtask/src/argument_parsing.rs b/xtask/src/argument_parsing.rs index 5d9c00e..3893c61 100644 --- a/xtask/src/argument_parsing.rs +++ b/xtask/src/argument_parsing.rs @@ -90,7 +90,6 @@ impl Package { .chain(std::iter::once(None)) .collect() } - Package::RticSync => vec![Some("unstable".to_string()), None], _ => vec![None], } } |
