diff options
| author | Yang Hau <vulxj0j8j8@gmail.com> | 2023-06-07 07:42:58 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-07 14:42:58 +0200 |
| commit | 0dc1776202149bb59c21d1db8efe2a10c409b6e6 (patch) | |
| tree | 559458439d86e43ec5376e33db7cc18b5139caca /Cargo.toml | |
| parent | 3d3ea9016f339b3753fc7e4c909d6a522a0b7a75 (diff) | |
refactor: Replace once_cell to std lib (#1402)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ default-members = ["cli"] [workspace.package] version = "0.4.0" -rust-version = "1.67" +rust-version = "1.70" # also change in ci.yml authors = ["The Typst Project Developers"] edition = "2021" homepage = "https://typst.app" |
