From f694a94df231ab1567d855b83de372d426e2d1ea Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 28 Aug 2023 22:57:02 +0200 Subject: [PATCH] i think for this example this is ok --- satrs-example/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/satrs-example/Cargo.toml b/satrs-example/Cargo.toml index 56a7f3d..6e2bc16 100644 --- a/satrs-example/Cargo.toml +++ b/satrs-example/Cargo.toml @@ -15,11 +15,13 @@ crossbeam-channel = "0.5" delegate = "0.10" zerocopy = "0.6" csv = "1" -num_enum = "0.6" +num_enum = "0.7" thiserror = "1" [dependencies.satrs-core] +# version = "0.1.0-alpha.0" path = "../satrs-core" + [dependencies.satrs-mib] path = "../satrs-mib"