diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 19ca82e..8526fa4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -103,7 +103,6 @@ jobs: run: | cargo publish --manifest-path crates/foundation/Cargo.toml cargo publish --manifest-path crates/core-invoice/Cargo.toml - cargo publish --manifest-path crates/render-pdf/Cargo.toml cargo publish --manifest-path crates/render-typst/Cargo.toml cargo publish --manifest-path crates/cli/Cargo.toml - name: Create GitHub Release with verified tag diff --git a/crates/render-typst/src/error.rs b/crates/render-typst/src/error.rs index ec4d708..adfa593 100644 --- a/crates/render-typst/src/error.rs +++ b/crates/render-typst/src/error.rs @@ -1,6 +1,6 @@ use thiserror::Error; -/// Result alias for render-pdf operations. +/// Result alias for render-typst operations. pub type Result = std::result::Result; /// Errors that can occur while rendering Typst documents into PDF bytes.