docs: update generated docs

This commit is contained in:
nym21
2026-01-26 11:15:44 +01:00
parent 616a97d242
commit b3b4df0fc7
352 changed files with 2090 additions and 2085 deletions
+4 -5
View File
@@ -55,6 +55,10 @@ echo ""
echo "--- Rust ---"
cd "$ROOT_DIR"
# Verify all crates package correctly
# Note: --no-verify skips rebuild check due to version collision with crates.io
# The cargo build --workspace --release step above already verified compilation
cargo package --workspace --allow-dirty --no-verify
cargo test --workspace
echo ""
@@ -122,11 +126,6 @@ echo ""
cd "$ROOT_DIR"
# Verify all crates package correctly
# Note: --no-verify skips rebuild check due to version collision with crates.io
# The cargo build --workspace --release step above already verified compilation
cargo package --workspace --allow-dirty --no-verify
# Version bump, commit, and tag (but don't publish yet)
cargo release "$RELEASE_ARG" --execute --no-publish --no-confirm