summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorYang Hau <vulxj0j8j8@gmail.com>2023-06-07 07:42:58 -0500
committerGitHub <noreply@github.com>2023-06-07 14:42:58 +0200
commit0dc1776202149bb59c21d1db8efe2a10c409b6e6 (patch)
tree559458439d86e43ec5376e33db7cc18b5139caca /Cargo.toml
parent3d3ea9016f339b3753fc7e4c909d6a522a0b7a75 (diff)
refactor: Replace once_cell to std lib (#1402)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3950687b..c0833d96 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"