Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
283 commits
Select commit Hold shift + click to select a range
15a26c6
Split changelog (#5237)
laurmaedje Oct 18, 2024
838dabc
Bump version on main (#5246)
laurmaedje Oct 19, 2024
33b9d1c
Improved docs for `par.line.numbering-scope` (#5250)
Andrew15-5 Oct 22, 2024
b8034a3
Syntax set macro (#5138)
wrzian Oct 22, 2024
be7cfc8
Split out four new crates (#5302)
laurmaedje Oct 27, 2024
ead6c03
Corrects link to wasi-stub in plugin documentation (#5308)
cskeeters Oct 28, 2024
8392768
Fix wrong drop order for self-referential struct (#5306)
SkiFire13 Oct 28, 2024
6dd05cc
Add explicit notice about unicode minus sign in the str function (#5301)
lucaslugao Oct 28, 2024
45377f2
Fix clipping with outset (#5295)
EpicEricEE Oct 28, 2024
33a035e
Fix wrong Greek and Ukrainian language codes (#5261)
xkevio Oct 28, 2024
2634a84
Fix type of plugin (#5321)
laurmaedje Oct 29, 2024
f85faf9
Add `math.accent` support for `flac` and `dtls` OpenType features (#5…
mkorje Oct 30, 2024
902088a
Guard against font bug in math glyph assembly code (#5288)
mkorje Oct 30, 2024
070e314
Make `math.bold` compatible with Greek digamma (#5316)
MDLC01 Oct 30, 2024
644ed25
Bump MSRV to 1.80 and Rust in CI to 1.82 (#5339)
laurmaedje Oct 31, 2024
b969c01
Replace `once_cell`'s `Lazy` as much as possible (#4617)
asibahi Oct 31, 2024
dcb130b
Add a warning for `is` to anticipate using it as a keyword (#5229)
wrzian Oct 31, 2024
f0d7f54
More consistent `self-update` assets determination (#5333)
Coekjan Oct 31, 2024
30427ac
Added Numero Sign № (U+2116) (#5326)
Andrew15-5 Oct 31, 2024
066e934
Add `calc.norm()` function to compute euclidean norms (#4581)
HydroH Oct 31, 2024
b88ec60
Upload artifacts on CI failure (#5021)
jsoref Oct 31, 2024
36f8cdf
Fix dockerfile not cross compiling correctly (#5294)
freundTech Oct 31, 2024
1261d17
Bump bumpalo lower bound to version 3.15.4 (#5343)
Garmelon Oct 31, 2024
753e59e
Make `Vm` attributes more public (#5148)
frozolotl Oct 31, 2024
da83f33
1. Add test-runner option to compare parser output
wrzian Sep 22, 2024
a2761ab
2. Allow compiling test-runner with only typst_syntax
wrzian Sep 22, 2024
a764aa4
3. Add typst-syntax README and parser comments
wrzian Oct 10, 2024
54eadb6
4. Rename convert to convert_and_eat
wrzian Oct 26, 2024
16cc7eb
5. Refactor parser memoization to localize functionality
wrzian Oct 11, 2024
0118677
6. Reduce size of memoization map state
wrzian Oct 22, 2024
1cecae0
7. Return SyntaxNodes from the Lexer
wrzian Oct 10, 2024
09975d1
8. Create Raw nodes entirely within the lexer
wrzian Oct 11, 2024
88d8671
9. Parse math field access in the lexer
wrzian Oct 22, 2024
2ae1e16
10. Change parser modes using closures instead of manual stacks
wrzian Oct 11, 2024
c466080
11. Add Parser::finish_into
wrzian Oct 10, 2024
91b384a
12. Add the Token type and replace lex/skip/save methods
wrzian Oct 10, 2024
97229d2
13. Reorder functions to avoid jumping around when reading code. No a…
wrzian Oct 27, 2024
4ce0b06
14. Update 'maybe_wrap_in_math' to remove 'wrap_within' and 'post_pro…
wrzian Oct 10, 2024
3eb7431
Bump Rust in Nix flake to 1.82 (#5345)
mkorje Nov 1, 2024
23313b0
Support Greek Numbering (#4273)
LuxxxLucy Nov 1, 2024
a70b8a5
Disallow space between ident and paren in set rule (#5269)
wrzian Nov 1, 2024
b357de3
Bump rust in `release.yml` (#5340)
Coekjan Nov 1, 2024
fac7583
Basic feature flag mechanism (#5350)
laurmaedje Nov 1, 2024
6b63616
Allow triggering the release workflow manually (#5349)
Coekjan Nov 1, 2024
26c61be
15. Convert Markup mode to use newline modes
wrzian Oct 22, 2024
86ce443
16. Compress with_mode and with_nl_mode to reduce rightward drift
wrzian Oct 25, 2024
9d9a1b1
17. Replace while loop closures and Parser::end() to use SyntaxSet
wrzian Oct 26, 2024
2c9728f
18. Restore list indent behavior
wrzian Nov 4, 2024
cb1aad3
Refactor Parser (#5310)
laurmaedje Nov 4, 2024
692d846
Disable justification in `raw(block: true, ...)` (#4889)
Dherse Nov 4, 2024
656b8f1
Add funding-manifest-urls for FLOSS/fund (#5366)
reknih Nov 4, 2024
5b11db0
Fix a typo in architecture.md (#5374)
SelfMadeSystem Nov 5, 2024
ada30cd
Fix unstoppable empty footnote loop (#5354) (#5364)
wznmickey Nov 5, 2024
115b0a7
Add `sym.eq.triple.not` (#5372)
jbirnick Nov 5, 2024
19bde34
Remove unused dependencies (#5379)
Coekjan Nov 7, 2024
cb8eadd
Removed deprecated `diff` symbol (#5388)
Andrew15-5 Nov 12, 2024
dadc217
Add `asymp` and `asymp.not` symbols (#5391)
quachpas Nov 12, 2024
8d4f01d
Add support for page references through new `ref.form` property (#4729)
mkorje Nov 12, 2024
6f294ea
Simplify autocompletion tests
laurmaedje Nov 9, 2024
c526f03
Fix `#cite` autocompletion
laurmaedje Nov 9, 2024
5d003fb
Autocomplete different functions with different brackets
laurmaedje Nov 9, 2024
3d1cad2
Simplify tooltip tests
laurmaedje Nov 9, 2024
0b143c7
Star import tooltip
laurmaedje Nov 9, 2024
03ba5a0
Do not complete existing positional parameters
laurmaedje Nov 10, 2024
a5a4b0b
Introduce `IdeWorld` trait
laurmaedje Nov 10, 2024
c0dfe4a
Autocomplete file paths
laurmaedje Nov 10, 2024
65bb1fb
Distinguish between more completion kinds
laurmaedje Nov 10, 2024
366348b
Figure body snippets
laurmaedje Nov 10, 2024
6c22ba1
Move a few things into separate files
laurmaedje Nov 10, 2024
5625914
Simplify import handling
laurmaedje Nov 10, 2024
525154a
Add support for raw range spans
laurmaedje Nov 11, 2024
eb2ea1d
Silence `typst-timing` warnings on WebAssembly
laurmaedje Nov 11, 2024
685b8c9
Bump wasmi
laurmaedje Nov 11, 2024
de59d64
Simplify go-to-definition
laurmaedje Nov 11, 2024
7add9b4
Smarter filtering of scope completions
laurmaedje Nov 12, 2024
cce744c
Fix unnecessary hyphenation (#5394)
wznmickey Nov 17, 2024
5db179d
Timings for `state.at` and `state.get` (#5411)
Dherse Nov 17, 2024
5672cc2
Update list/enum tests and recognize #762 as already closed (#5433)
wrzian Nov 17, 2024
5c37a1c
Use `codex` for symbols (#5421)
MDLC01 Nov 17, 2024
3d7284f
Support for Basque language (#5429)
iagobaapellaniz Nov 26, 2024
580e681
Docs: note `par.linebreaks` in `text.costs` (#5434)
jbirnick Nov 26, 2024
6d35972
Update NewCM fonts to version 7.0.0 (#5465)
mkorje Nov 26, 2024
fd5e642
Tags shouldn't affect row height in equations (#5458)
mkorje Nov 26, 2024
39e41ba
Fix `path` with infinite length causing panic (#5457)
mkorje Nov 26, 2024
22748aa
Replace _magic_ "preview" literals with a constant (#5452)
swaits Nov 26, 2024
8fe8b2a
Ignore leading and trailing ignorant fragments in `math.lr` (#5473)
mkorje Nov 26, 2024
85d3a49
Added warning when explicit return in code (not markup) discards join…
Dherse Nov 26, 2024
e550dce
More magic "preview" -> DEFAULT_NAMESPACE (#5478)
swaits Nov 27, 2024
6bf1350
Add support for interpreting f32 in float.{from-bytes, to-bytes} (#5480)
bluebear94 Nov 27, 2024
f29fbea
Use extended shape information for glyph `text_like`-ness (#5483)
mkorje Nov 27, 2024
c29c965
Add Bulgarian translation entries (#5476)
dginev Nov 27, 2024
578ba64
Fix weak spacing being ignored unconditionally in `math.lr` (#5477)
mkorje Nov 27, 2024
27cc489
Add missing full stop to documentation of `ImageElem` struct (#5484)
3w36zj6 Nov 27, 2024
89d96c6
Let decimal constructor accept decimal values (#5481)
bluebear94 Nov 27, 2024
9ce40cb
architecture.md: Update crate list (#5487)
bluebear94 Nov 29, 2024
3ab131c
Handle SIGPIPE (#5444)
wznmickey Nov 29, 2024
055263e
Make `math.italic` compatible with ħ (#5492)
MDLC01 Nov 29, 2024
d40c8ab
Compile-time `PicoStr` interning (#5491)
laurmaedje Nov 29, 2024
76c24ee
Add documentation example to `array.sorted()` (#5475)
nineff Nov 30, 2024
f8f2ba6
Rename `Document` to `PagedDocument`
laurmaedje Dec 2, 2024
008b598
Add some more spans
laurmaedje Dec 2, 2024
2b8dc9b
Add HTML feature flag
laurmaedje Dec 2, 2024
d00a5d6
Add contextual `target` function
laurmaedje Dec 2, 2024
4974469
Add `document.description` field
laurmaedje Dec 2, 2024
0ef97c1
HTML DOM types
laurmaedje Dec 2, 2024
885c7d9
A few basic HTML show rules
laurmaedje Dec 2, 2024
e0122a5
Add HTML export format
laurmaedje Dec 2, 2024
cda94ab
Link to tracking issue
laurmaedje Dec 3, 2024
884c028
Fix text fill within `clip: true` blocks in PNG export (#5502)
PgBiel Dec 4, 2024
bf1c7db
Clean up CLI argument parsing (#5521)
laurmaedje Dec 4, 2024
60f1d8f
Prepend section numbers to headings in HTML output. (#5522)
01mf02 Dec 4, 2024
4f3ba7f
Rename `--feature` to `--features` and support `TYPST_FEATURES` env v…
laurmaedje Dec 4, 2024
79a7a6b
Live reloading HTTP server for `typst watch` and HTML export (#5524)
laurmaedje Dec 5, 2024
8e4f5f2
Fix warning for HTML export to reflect renaming of --feature to --fea…
Drodt Dec 5, 2024
caa72f4
Put HTTP server behind on-by-default feature flag (#5532)
laurmaedje Dec 5, 2024
0228462
Bump Rust to 1.83 (#5534)
laurmaedje Dec 5, 2024
50dcace
Convert unopened square-brackets into a hard error (#5414)
wrzian Dec 8, 2024
a1a5215
Ensure par and align interrupt cite groups and lists (#5526)
PgBiel Dec 8, 2024
fbcd624
Add support for Croatian quotes (#5539)
Carbophile Dec 8, 2024
e6de044
Add test for issue #4573 (#5542)
wrzian Dec 8, 2024
62567fc
Fix multiple footnotes in footnote entry (#5545)
PgBiel Dec 8, 2024
d04cc61
Add missing functions to the gradient object. (#5528)
Tetragramm Dec 8, 2024
57f7c16
Document integer literal parsing (#5462)
jakobjpeters Dec 8, 2024
468a601
Fix multiline annotations in over- elems in math changing the baselin…
mkorje Dec 8, 2024
67ef606
Add support for converting text in SVGs to paths (#5390)
LaurenzV Dec 8, 2024
4729d3d
Fix language-dependant figure caption separator in outline (#5550)
laurmaedje Dec 8, 2024
73dd5a0
Fix sizing of quadratic shapes (square/circle) (#5451)
bluebear94 Dec 9, 2024
c2cc09e
Forbid footnote migration in pending floats (#5497)
PgBiel Dec 9, 2024
f960fe6
Bump hashbrown (#5552)
laurmaedje Dec 9, 2024
bb0c814
Forbid base prefix for numbers with a unit (#5548)
wznmickey Dec 9, 2024
17f20c6
Basic HTML pretty-printing (#5533)
01mf02 Dec 10, 2024
a5ade16
More `CapturesVisitor` tests (#5506)
wrzian Dec 11, 2024
ef4fc04
Improve raw trimming (#5541)
wrzian Dec 11, 2024
5e0e58d
Add number-syntax edge case tests (#5560)
wrzian Dec 11, 2024
521ceae
Fix crash due to consecutive weak spacing (#5562)
laurmaedje Dec 11, 2024
a3ad0a0
Document new counting symbols (#5568)
joshuagawley Dec 13, 2024
7f13951
Derivation comment for calculation in `repeat` (#5575)
Andrew15-5 Dec 16, 2024
d3620df
Add reversed numbering (#5563)
bluebear94 Dec 16, 2024
1b10d19
Consider parameters when iterating items in scope (#5517)
Myriad-Dreamin Dec 16, 2024
8b1e0d3
Improve `symbol` `repr` (#5505)
MDLC01 Dec 16, 2024
7527393
Transform high level headings to HTML (#5525)
jbirnick Dec 16, 2024
51020fc
Get numbering of page counter from style chain (#5589)
EpicEricEE Dec 16, 2024
ed67220
Remove deprecated things and compatibility behaviours (#5591)
laurmaedje Dec 17, 2024
1346385
Rename `pattern` to `tiling` (#5590)
laurmaedje Dec 17, 2024
60f246e
Fix sticky blocks at the top of blocks and pages (#5581)
PgBiel Dec 17, 2024
54cee16
Add timezone to PDF's default timestamp. (#5564)
coekfung Dec 17, 2024
73253d4
Support for defining which charset should be covered by a font (#5305)
peng1999 Dec 17, 2024
05559a6
Bump `unicode-bidi` (#5598)
wznmickey Dec 18, 2024
24c08a7
Mention the `calc` module in the operator list (#5595)
MDLC01 Dec 18, 2024
2577641
New `curve` element that supersedes `path` (#5323)
Emm54321 Dec 18, 2024
21e608e
Change error when accessing non-existant label (#5571)
joshuagawley Dec 18, 2024
9b697d5
Fix infinite loop with footnote which never fits (#5498)
PgBiel Dec 18, 2024
45c866f
Fix autocompletion of half-completed import item (#5531)
Eric-Song-Nop Dec 18, 2024
db06dbf
Further improve IDE tests (#5602)
laurmaedje Dec 18, 2024
df4e671
HTML tests (#5594)
01mf02 Dec 20, 2024
370aa59
Remove unused single quote shorthand (#5609)
wrzian Dec 20, 2024
6c2d54b
Fix crash when block or text have negative sizes (#5610)
PgBiel Dec 20, 2024
c3334a5
Fix arbitrarily nested equations in the base of `math.attach` (#5613)
mkorje Dec 20, 2024
6953685
Document result of splitting string with empty string as separator (#…
joshuagawley Dec 20, 2024
39706fe
Error on duplicate symbol variant with modifiers in different orders …
MDLC01 Dec 20, 2024
bb38a01
Fix math size resolving (#5596)
mkorje Dec 20, 2024
a2f6854
Improve `repr` for `arguments` (#5652)
MDLC01 Jan 6, 2025
39eeb11
Fix typos in scripting reference (#5660)
escwxyz Jan 6, 2025
36508c6
Fix French text in example (#5635)
MDLC01 Jan 6, 2025
3a15031
Basic HTML `heading` test (#5619)
jbirnick Jan 6, 2025
ec1e8f9
Added precise definition for "character" in the docs for `str.split` …
Andrew15-5 Jan 6, 2025
e8bbf37
Select items by import paths (#5518)
Myriad-Dreamin Jan 6, 2025
cb8d862
Terminate pretty-printed HTML with trailing newline (#5661)
laurmaedje Jan 6, 2025
ce7f680
Avoid stripping url prefixes multiple times or multiple prefixes (#5659)
bbb651 Jan 6, 2025
5c87653
Move `CellGrid` from `typst-layout` to `typst-library` (#5585)
01mf02 Jan 6, 2025
e09b55f
Allow adding and joining `arguments` (#5651)
MDLC01 Jan 6, 2025
265df6c
Remove closing slashes from img tags (#5665)
laurmaedje Jan 7, 2025
0a374d2
Embed files associated with the document as a whole (#5221)
NiklasEi Jan 8, 2025
dacd6ac
More flexible and efficient `Bytes` representation (#5670)
laurmaedje Jan 8, 2025
e2b37fe
Revamp data loading and deprecate `decode` functions (#5671)
laurmaedje Jan 9, 2025
be6629c
Better math argument parsing (#5008)
mkorje Jan 9, 2025
9473afa
Fix memory size of `TextElem` (#5674)
laurmaedje Jan 9, 2025
6b9b785
Don't generate accessors for required fields (#5680)
laurmaedje Jan 10, 2025
a4ac4e6
Make `typst-timing` WASM-compatible (#5689)
laurmaedje Jan 13, 2025
63c4720
Fix list indent when starting at an open bracket (#5677)
wrzian Jan 16, 2025
c22c47b
Add font exception for NewCM Sans Math (#5682)
EpicEricEE Jan 16, 2025
b90ad47
Remove redundant doc comments on standard arguments (#5725)
laurmaedje Jan 21, 2025
b45f574
Move no-hyphenation style in link from show to show-set rule (#5731)
laurmaedje Jan 22, 2025
6fcc432
Don't link items if container is already linked (#5732)
laurmaedje Jan 22, 2025
1bd8ff0
Methods on elements (#5733)
laurmaedje Jan 23, 2025
52ee33a
Rework outline (#5735)
laurmaedje Jan 23, 2025
dda486a
HTML tables (#5666)
01mf02 Jan 23, 2025
e61cd6f
Support `start` attribute for `enum` in HTML export (#5676)
01mf02 Jan 23, 2025
b3fb6c2
Support quotes in HTML output (#5673)
01mf02 Jan 23, 2025
f7bd03d
Fix delimiter unparen syntax (#5739)
wrzian Jan 23, 2025
58dbbd4
Add lcm as an operator in math mode (#5718)
SekoiaTree Jan 23, 2025
ce299d5
Support syntactically directly nested list, enum, and term list (#5728)
wznmickey Jan 23, 2025
b7546ba
Ignore shebang at start of file (#5702)
T0mstone Jan 23, 2025
2d33393
Add support for `c2sc` OpenType feature in `smallcaps` (#5655)
MDLC01 Jan 23, 2025
0b8b7d0
Just add MathText SyntaxKind
wrzian Jul 21, 2024
c47b71b
Basic SymbolElem addition
wrzian Jul 29, 2024
fecdc39
Use SymbolElem in more places and add `char` cast for content
wrzian Jan 22, 2025
7838da0
Add SymbolElem to realization
wrzian Jul 29, 2024
6fe1e20
Update math TextElem layout to separate out SymbolElem
wrzian Jan 20, 2025
cd04482
Handle boxes and blocks a bit better in HTML export (#5744)
laurmaedje Jan 23, 2025
467968a
Tweak HTML pretty printing (#5745)
laurmaedje Jan 24, 2025
26e65bf
Semantic paragraphs (#5746)
laurmaedje Jan 24, 2025
176b070
Fix space collapsing for explicit paragraphs (#5749)
laurmaedje Jan 24, 2025
85d1778
Support first-line-indent for every paragraph (#5768)
laurmaedje Jan 27, 2025
9665eec
Fixed typo in the new outline docs (#5772)
Andrew15-5 Jan 28, 2025
1b2719c
Resolve bound name of bare import statically (#5773)
laurmaedje Jan 29, 2025
7a0d709
Fix typo in scripting.md (#5783)
TwoF1nger Jan 30, 2025
be1fa91
Modular, multi-threaded, transitioning plugins (#5779)
laurmaedje Jan 30, 2025
3eb6e87
Include images from raw pixmaps and more (#5632)
frozolotl Jan 31, 2025
a1f2638
Change type repr to short name (#5788)
laurmaedje Jan 31, 2025
4672787
Disable cjk_latin_spacing in raw by default (#5753)
hongjr03 Jan 31, 2025
f239b0a
Change the default math class of U+22A5 ⊥ UP TACK to Normal (#5714)
MDLC01 Jan 31, 2025
12dbb01
Revert adding `flatten-text` to `image` (#5789)
laurmaedje Feb 2, 2025
eee903b
Refactor `Scope` (#5797)
laurmaedje Feb 3, 2025
5b3593e
Enable HTML feature in docs generator (#5800)
laurmaedje Feb 3, 2025
50ccd7d
Scope deprecations (#5798)
laurmaedje Feb 4, 2025
b25cf22
Fix typo in page documentation (#5804)
Toafu Feb 4, 2025
73ffbde
Bump openssl from 0.10.66 to 0.10.70 (#5802)
dependabot[bot] Feb 4, 2025
0ea6680
Bump codex to 0.1.0 (#5805)
laurmaedje Feb 4, 2025
fe16b35
Bump dependencies (#5808)
laurmaedje Feb 4, 2025
85b0318
Fix small copy-paste oversight (#5811)
EpicEricEE Feb 5, 2025
25f6a7a
Bump more dependencies (#5813)
laurmaedje Feb 5, 2025
029ae4a
Export target docs (#5812)
laurmaedje Feb 5, 2025
4a9a5d2
0.13 changelog (#5801)
laurmaedje Feb 5, 2025
56d8188
Release Candidate 1
laurmaedje Feb 5, 2025
d8b79b5
Autocomplete content methods (#5822)
laurmaedje Feb 6, 2025
c2316b9
Documentation fixes and improvements (#5816)
MDLC01 Feb 6, 2025
c417b17
Fix docs outline for nested definitions (#5823)
laurmaedje Feb 6, 2025
f64d029
Document removals in changelog (#5827)
laurmaedje Feb 6, 2025
20dd19c
Fix unnecessary import rename warning (#5828)
laurmaedje Feb 6, 2025
72060d0
Don't crash on image with zero DPI (#5835)
PgBiel Feb 10, 2025
88f8801
Add warning for `pdf.embed` elem used with HTML (#5829)
MDLC01 Feb 10, 2025
ab5e356
Add smart quotes for Bulgarian (#5807)
TwoF1nger Feb 10, 2025
9c3ecf4
Respect `par` constructor arguments (#5842)
laurmaedje Feb 10, 2025
93fe02b
Bump `typst-assets`
laurmaedje Feb 10, 2025
024bbb2
Fix autocomplete and jumps in math (#5849)
laurmaedje Feb 11, 2025
e470ccf
Update documentation for `float.{to-bits, from-bits}` (#5836)
bluebear94 Feb 12, 2025
c259545
`Gradient::repeat`: Fix floating-point error in stop calculation (#5837)
bluebear94 Feb 12, 2025
c247dbc
Lazy parsing of the package index (#5851)
elegaanz Feb 12, 2025
2f1a5ab
Remove Linux Libertine warning (#5876)
laurmaedje Feb 16, 2025
e294fe8
Bring back type/str compatibility for 0.13, with warnings and hints (…
laurmaedje Feb 17, 2025
d48708c
More robust SVG auto-detection (#5878)
laurmaedje Feb 17, 2025
de16a2c
HTML export: Use `<code>` for inline `RawElem` (#5884)
OverflowCat Feb 18, 2025
0a534f2
--make-deps fixes (#5873)
mtoohey31 Feb 18, 2025
c02cb70
Update changelog (#5894)
laurmaedje Feb 19, 2025
8dce676
Version bump
laurmaedje Feb 19, 2025
bf49bb9
Merge tag 'v0.13.0'
3w36zj6 Mar 23, 2025
24fc31a
Merge commit 'ff9d299f8f2a1cbc0e403dd8dbe3206a572c584a' into feature/…
3w36zj6 Mar 23, 2025
0fec93a
chore: update Rust toolchain version to 1.81 in deploy workflow
3w36zj6 Mar 23, 2025
631b204
chore: update Rust toolchain version to 1.81 in Dockerfile
kimushun1101 Mar 28, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.77-slim
FROM rust:1.81-slim

ARG USER_NAME=typst-jp
ARG USER_UID=1000
Expand Down
1 change: 1 addition & 0 deletions .github/.well-known/funding-manifest-urls
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://typst.app/funding.json
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: "1.77"
toolchain: "1.81"
- uses: Swatinem/rust-cache@v2
- uses: jdx/mise-action@v2
- run: uv sync --locked
Expand Down
Loading
Loading