diff --git a/satrs-mib/Cargo.toml b/satrs-mib/Cargo.toml index b64813c..ab7083c 100644 --- a/satrs-mib/Cargo.toml +++ b/satrs-mib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "satrs-mib" -version = "0.1.0-alpha.1" +version = "0.1.0-alpha.2" edition = "2021" rust-version = "1.61" authors = ["Robin Mueller "] @@ -23,15 +23,15 @@ version = "1" optional = true [dependencies.satrs-core] -path = "../satrs-core" -# version = "0.1.0-alpha.1" +version = "0.1.0-alpha.3" +# path = "../satrs-core" # git = "https://egit.irs.uni-stuttgart.de/rust/sat-rs.git" # branch = "main" # rev = "35e1f7a983f6535c5571186e361fe101d4306b89" [dependencies.satrs-mib-codegen] path = "codegen" -version = "0.1.0-alpha.1" +version = "0.1.0-alpha.2" [dependencies.serde] version = "1" diff --git a/satrs-mib/codegen/Cargo.toml b/satrs-mib/codegen/Cargo.toml index 1ad3810..a0067df 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-alpha.1" +version = "0.1.0-alpha.2" edition = "2021" description = "satrs-mib proc macro implementation" homepage = "https://egit.irs.uni-stuttgart.de/rust/sat-rs" @@ -20,8 +20,8 @@ quote = "1" proc-macro2 = "1" [dependencies.satrs-core] -path = "../../satrs-core" -# version = "0.1.0-alpha.1" +version = "0.1.0-alpha.3" +# path = "../../satrs-core" # git = "https://egit.irs.uni-stuttgart.de/rust/sat-rs.git" # branch = "main" # rev = "35e1f7a983f6535c5571186e361fe101d4306b89"