From 472a8ce0f9a8d9685b8a78e14f238bb8636dc823 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sun, 2 Jun 2024 00:09:08 +0200 Subject: [PATCH] fix sat-rs build by using released asynchronix build --- satrs-minisim/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/satrs-minisim/Cargo.toml b/satrs-minisim/Cargo.toml index e1449a9..cf5848a 100644 --- a/satrs-minisim/Cargo.toml +++ b/satrs-minisim/Cargo.toml @@ -14,9 +14,9 @@ fern = "0.5" humantime = "2" [dependencies.asynchronix] -version = "0.2.1" -git = "https://github.com/asynchronics/asynchronix.git" -branch = "main" +version = "0.2.2" +# git = "https://github.com/asynchronics/asynchronix.git" +# branch = "main" features = ["serde"] [dependencies.satrs]