From 41145f89aac03d2359a388836e3ecffede3b9d23 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 26 Sep 2023 17:35:30 +0200 Subject: [PATCH] ci-check --- satrs-mib/Cargo.toml | 5 +++-- satrs-mib/codegen/Cargo.toml | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/satrs-mib/Cargo.toml b/satrs-mib/Cargo.toml index 99fc71b..e1c66ad 100644 --- a/satrs-mib/Cargo.toml +++ b/satrs-mib/Cargo.toml @@ -23,8 +23,9 @@ version = "1" optional = true [dependencies.satrs-core] -version = "0.1.0-alpha.1" -# git = "https://egit.irs.uni-stuttgart.de/rust/sat-rs.git" +# version = "0.1.0-alpha.1" +git = "https://egit.irs.uni-stuttgart.de/rust/sat-rs.git" +branch = "main" # rev = "35e1f7a983f6535c5571186e361fe101d4306b89" [dependencies.satrs-mib-codegen] diff --git a/satrs-mib/codegen/Cargo.toml b/satrs-mib/codegen/Cargo.toml index cf3b70f..fc82778 100644 --- a/satrs-mib/codegen/Cargo.toml +++ b/satrs-mib/codegen/Cargo.toml @@ -20,8 +20,9 @@ quote = "1" proc-macro2 = "1" [dependencies.satrs-core] -version = "0.1.0-alpha.1" -# git = "https://egit.irs.uni-stuttgart.de/rust/sat-rs.git" +# version = "0.1.0-alpha.1" +git = "https://egit.irs.uni-stuttgart.de/rust/sat-rs.git" +branch = "main" # rev = "35e1f7a983f6535c5571186e361fe101d4306b89" [dev-dependencies]