From 1a4102ac6de0b7ee7a347e0244072ae9e482b7a1 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 8 Feb 2024 18:15:39 +0100 Subject: [PATCH] bump core 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 b64813c..740cbdb 100644 --- a/satrs-mib/Cargo.toml +++ b/satrs-mib/Cargo.toml @@ -23,8 +23,8 @@ version = "1" optional = true [dependencies.satrs-core] -path = "../satrs-core" -# version = "0.1.0-alpha.1" +# path = "../satrs-core" +version = "0.1.0-alpha.2" # 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 1ad3810..1781a22 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] -path = "../../satrs-core" -# version = "0.1.0-alpha.1" +# path = "../../satrs-core" +version = "0.1.0-alpha.2" # git = "https://egit.irs.uni-stuttgart.de/rust/sat-rs.git" # branch = "main" # rev = "35e1f7a983f6535c5571186e361fe101d4306b89" -- 2.43.0