mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
rtic-sync: Remove unstable flag, and add defmt derives (#889)
This commit is contained in:
parent
8b2465ba37
commit
4a23c8d6da
6 changed files with 39 additions and 13 deletions
|
|
@ -90,7 +90,6 @@ impl Package {
|
|||
.chain(std::iter::once(None))
|
||||
.collect()
|
||||
}
|
||||
Package::RticSync => vec![Some("unstable".to_string()), None],
|
||||
_ => vec![None],
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue