]> code.octet-stream.net Git - m17rt/blobdiff - m17app/Cargo.toml
Fix timing bugs and add documentation
[m17rt] / m17app / Cargo.toml
index 44a7b5fb2e14373c9629768bd1301012ccb6187e..4c2817f0b3b14714a490443ba5bc73a8ded9a142 100755 (executable)
@@ -14,7 +14,7 @@ readme = "README.md"
 
 [dependencies]
 cpal = "0.15.3"
-m17core = { path = "../m17core" }
+m17core = { version = "0.1", path = "../m17core" }
 log = "0.4.22"
-serialport = {version = "4.7.0", default-features = false }
+serialport = { version = "4.7.0", default-features = false }
 thiserror = "2.0.11"