X-Git-Url: https://code.octet-stream.net/m17rt/blobdiff_plain/608ca7e33ab51d812607ddcc3429bfa9aa3c34b0..3903e719137aba15d30dd58b8d917965ec602400:/m17app/Cargo.toml diff --git a/m17app/Cargo.toml b/m17app/Cargo.toml index 44a7b5f..4c2817f 100755 --- a/m17app/Cargo.toml +++ b/m17app/Cargo.toml @@ -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"