Skip to content

Commit

Permalink
build: upgrade to typst v0.10.0 (#432)
Browse files Browse the repository at this point in the history
* dev: add todo for typst v0.10.0

* dev: remove nightly feature

* dev: upgrade to typst v0.10.0

* dev: remove raster exporter

* dev: improve lowering for pattern fill

* dev: remove render raster

* dev: implement pattern

* dev(exporter::svg): remove transient rendering

* dev: update corpora

* dev: finish pattern fill

* build: update submodules

* build: fix broken hash

* docs: update hexo section

* build: update reference to typst v0.10.0

* build: update cargo.lock

* dev(cli): improve TYPST_FONT_PATHS (typst#2746)
+ typst/typst#2746
  • Loading branch information
Myriad-Dreamin authored Dec 5, 2023
1 parent 2592f16 commit 442c3a1
Show file tree
Hide file tree
Showing 165 changed files with 2,119 additions and 2,236 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
uses: mozilla-actions/[email protected]
- name: Fmt check
run: cargo fmt --check --all
# todo: https://github.com/typst/typst/pull/2767
# --all-features
- name: Clippy check
run: cargo clippy --profile release-ci --workspace --all-targets
- name: Documentation check
Expand Down
Loading

0 comments on commit 442c3a1

Please sign in to comment.