From 6960830fd9cedf6e2c594a9f83a82ec1cc856b06 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 28 Aug 2023 23:23:52 +0200 Subject: [PATCH] need the mib release.. --- satrs-mib/Cargo.toml | 6 ++++-- satrs-mib/codegen/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/satrs-mib/Cargo.toml b/satrs-mib/Cargo.toml index e736fec..6bc9a67 100644 --- a/satrs-mib/Cargo.toml +++ b/satrs-mib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "satrs-mib" -version = "0.1.0" +version = "0.1.0-alpha.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -13,10 +13,12 @@ version = "1" optional = true [dependencies.satrs-core] -path = "../satrs-core" +version = "0.1.0-alpha.0" +# path = "../satrs-core" [dependencies.satrs-mib-codegen] path = "codegen" +version = "0.1.0-alpha.0" [dependencies.serde] version = "1" diff --git a/satrs-mib/codegen/Cargo.toml b/satrs-mib/codegen/Cargo.toml index 26d7409..4d8b5e5 100644 --- a/satrs-mib/codegen/Cargo.toml +++ b/satrs-mib/codegen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "satrs-mib-codegen" -version = "0.1.0" +version = "0.1.0-alpha.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html