diff --git a/satrs-mib/Cargo.toml b/satrs-mib/Cargo.toml index 60d4daa..a34d886 100644 --- a/satrs-mib/Cargo.toml +++ b/satrs-mib/Cargo.toml @@ -25,7 +25,7 @@ optional = true [dependencies.satrs-core] version = "0.1.0-alpha.1" # git = "https://egit.irs.uni-stuttgart.de/rust/sat-rs.git" -branch = "main" +# branch = "main" # rev = "35e1f7a983f6535c5571186e361fe101d4306b89" [dependencies.satrs-mib-codegen] diff --git a/satrs-mib/codegen/Cargo.toml b/satrs-mib/codegen/Cargo.toml index 1567183..cba83eb 100644 --- a/satrs-mib/codegen/Cargo.toml +++ b/satrs-mib/codegen/Cargo.toml @@ -22,7 +22,7 @@ proc-macro2 = "1" [dependencies.satrs-core] version = "0.1.0-alpha.1" # git = "https://egit.irs.uni-stuttgart.de/rust/sat-rs.git" -branch = "main" +# branch = "main" # rev = "35e1f7a983f6535c5571186e361fe101d4306b89" [dev-dependencies]