From 66ac41020f02fe0072145e7a53a205ccb0e6ec7e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 16:28:33 +0000 Subject: [PATCH] typst: Update to version 0.10.0 --- bucket/typst.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/typst.json b/bucket/typst.json index ab9c40cc92..bbd2a21910 100644 --- a/bucket/typst.json +++ b/bucket/typst.json @@ -1,12 +1,12 @@ { - "version": "0.9.0", + "version": "0.10.0", "description": "A markup-based typesetting system for the sciences.", "homepage": "https://typst.app", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/typst/typst/releases/download/v0.9.0/typst-x86_64-pc-windows-msvc.zip", - "hash": "5966fa0765dc3cada85d837008b50fe3f99deb4cc2823de4543454256dfa4e02" + "url": "https://github.com/typst/typst/releases/download/v0.10.0/typst-x86_64-pc-windows-msvc.zip", + "hash": "b748b7f66c28521f6775c9342bd0c765fdf78dd5384e21fff6b2942a52394cb9" } }, "extract_dir": "typst-x86_64-pc-windows-msvc",