From 9bec69291bd2612ee096b431458a31ac3d97c518 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 26 Sep 2023 17:31:48 +0200 Subject: [PATCH] re-point MIB dependency to satrs-core --- satrs-mib/Cargo.toml | 6 +++--- satrs-mib/codegen/Cargo.toml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/satrs-mib/Cargo.toml b/satrs-mib/Cargo.toml index cdfa4f5..99fc71b 100644 --- a/satrs-mib/Cargo.toml +++ b/satrs-mib/Cargo.toml @@ -23,9 +23,9 @@ version = "1" optional = true [dependencies.satrs-core] -# version = "0.1.0-alpha.0" -git = "https://egit.irs.uni-stuttgart.de/rust/sat-rs.git" -rev = "35e1f7a983f6535c5571186e361fe101d4306b89" +version = "0.1.0-alpha.1" +# git = "https://egit.irs.uni-stuttgart.de/rust/sat-rs.git" +# rev = "35e1f7a983f6535c5571186e361fe101d4306b89" [dependencies.satrs-mib-codegen] path = "codegen" diff --git a/satrs-mib/codegen/Cargo.toml b/satrs-mib/codegen/Cargo.toml index db6a671..cf3b70f 100644 --- a/satrs-mib/codegen/Cargo.toml +++ b/satrs-mib/codegen/Cargo.toml @@ -20,9 +20,9 @@ quote = "1" proc-macro2 = "1" [dependencies.satrs-core] -# version = "0.1.0-alpha.0" -git = "https://egit.irs.uni-stuttgart.de/rust/sat-rs.git" -rev = "35e1f7a983f6535c5571186e361fe101d4306b89" +version = "0.1.0-alpha.1" +# git = "https://egit.irs.uni-stuttgart.de/rust/sat-rs.git" +# rev = "35e1f7a983f6535c5571186e361fe101d4306b89" [dev-dependencies] trybuild = { version = "1", features = ["diff"] }