update mini simulator

This commit is contained in:
2025-01-30 18:33:22 +01:00
parent d9e0abffa7
commit 33aa52ca4d
10 changed files with 107 additions and 75 deletions

View File

@ -31,9 +31,9 @@ version = "0.13"
default-features = false
[dependencies.cobs]
git = "https://github.com/robamu/cobs.rs.git"
git = "https://github.com/jamesmunns/cobs.rs.git"
version = "0.2.3"
branch = "all_features"
branch = "main"
default-features = false
[dependencies.num-traits]