Merge remote-tracking branch 'origin/main' into mode-tables-sequence-tables

This commit is contained in:
2025-02-04 16:21:19 +01:00
8 changed files with 324 additions and 342 deletions

View File

@ -31,9 +31,7 @@ version = "0.13"
default-features = false
[dependencies.cobs]
git = "https://github.com/jamesmunns/cobs.rs.git"
version = "0.2.3"
branch = "main"
version = "0.3"
default-features = false
[dependencies.num-traits]
@ -53,7 +51,7 @@ version = "0.8"
optional = true
[dependencies.downcast-rs]
version = "1.2"
version = "2"
default-features = false
optional = true
@ -94,7 +92,7 @@ serde = "1"
zerocopy = "0.8"
once_cell = "1"
serde_json = "1"
rand = "0.8"
rand = "0.9"
tempfile = "3"
[dev-dependencies.postcard]
@ -106,7 +104,6 @@ std = [
"downcast-rs/std",
"alloc",
"bus",
"postcard/use-std",
"crossbeam-channel/std",
"serde/std",
"spacepackets/std",