We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2503b18 commit dea4525Copy full SHA for dea4525
1 file changed
lua/typst-preview/fetch.lua
@@ -180,7 +180,7 @@ end
180
function M.bins_to_fetch()
181
return {
182
{
183
- url = 'https://github.com/Myriad-Dreamin/tinymist/releases/download/v0.13.2/'
+ url = 'https://github.com/Myriad-Dreamin/tinymist/releases/download/v0.13.10/'
184
.. M.get_tinymist_bin_name(),
185
bin_name = M.get_tinymist_bin_name(),
186
name = 'tinymist',
0 commit comments