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