Skip to content

Commit

Permalink
Merge pull request #171 from lquerel/embedded-diag-templates
Browse files Browse the repository at this point in the history
Support for loading templates from the file system or from an embedded representation in the app's binary.
  • Loading branch information
lquerel authored May 28, 2024
2 parents da892c2 + 1277731 commit 29387f5
Show file tree
Hide file tree
Showing 60 changed files with 2,411 additions and 668 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
# cargo check-external-types is only available on this specific nightly
toolchain: nightly-2024-02-07
toolchain: nightly-2024-05-01
- uses: Swatinem/rust-cache@v2
- name: check-external-types
run: |
Expand Down
Loading

0 comments on commit 29387f5

Please sign in to comment.