Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .mise.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[tools]
node = "22.11.0"
bun = "1.1.37"
rust = "1.81.0"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

v0.13.1のRustのバージョンは1.83なのでこれに揃えるのが無難だと思います。

https://github.com/typst/typst/blob/v0.13.1/.github/workflows/release.yml

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NITS: toolsの順番については特に拘りはないですが、Rustが主となるプロジェクトなのでRustが一番上にあると良いかもしれません。


[settings]
yes = true
Expand Down
Loading