From 41145f89aac03d2359a388836e3ecffede3b9d23 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 26 Sep 2023 17:35:30 +0200 Subject: [PATCH 1/3] 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] From 6a0396a337318e39fe57204fb93f358a3444e60e Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 26 Sep 2023 17:36:32 +0200 Subject: [PATCH 2/3] small tweak for release checklist --- satrs-core/release-checklist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/satrs-core/release-checklist.md b/satrs-core/release-checklist.md index e8b8ee3..a8359f0 100644 --- a/satrs-core/release-checklist.md +++ b/satrs-core/release-checklist.md @@ -4,7 +4,7 @@ Checklist for new releases # Pre-Release 1. Make sure any new modules are documented sufficiently enough and check docs with - `cargo doc --all-features --open`. + `cargo +nightly doc --all-features --open`. 2. Bump version specifier in `Cargo.toml`. 3. Update `CHANGELOG.md`: Convert `unreleased` section into version section with date and add new `unreleased` section. From e7e243d0c141dc8f49fb539d1b45c1bec175b17d Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 26 Sep 2023 18:02:11 +0200 Subject: [PATCH 3/3] bump release checklist again --- satrs-core/release-checklist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/satrs-core/release-checklist.md b/satrs-core/release-checklist.md index a8359f0..d0359b0 100644 --- a/satrs-core/release-checklist.md +++ b/satrs-core/release-checklist.md @@ -4,7 +4,7 @@ Checklist for new releases # Pre-Release 1. Make sure any new modules are documented sufficiently enough and check docs with - `cargo +nightly doc --all-features --open`. + `cargo +nightly doc --all-features --config 'rustdocflags=["--cfg", "doc_cfg"]' --open`. 2. Bump version specifier in `Cargo.toml`. 3. Update `CHANGELOG.md`: Convert `unreleased` section into version section with date and add new `unreleased` section.