From 777630c4990e2f634eaf89fcce86c0abaf03f44e Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 26 Sep 2023 18:07:41 +0200 Subject: [PATCH] bump mib dependencies --- satrs-mib/Cargo.toml | 4 ++-- satrs-mib/codegen/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/satrs-mib/Cargo.toml b/satrs-mib/Cargo.toml index e1c66ad..60d4daa 100644 --- a/satrs-mib/Cargo.toml +++ b/satrs-mib/Cargo.toml @@ -23,8 +23,8 @@ 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" diff --git a/satrs-mib/codegen/Cargo.toml b/satrs-mib/codegen/Cargo.toml index fc82778..1567183 100644 --- a/satrs-mib/codegen/Cargo.toml +++ b/satrs-mib/codegen/Cargo.toml @@ -20,8 +20,8 @@ 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"