summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-11-08 12:59:48 +0100
committerLaurenz <laurmaedje@gmail.com>2023-11-08 12:59:48 +0100
commit51a8d26a12ec0b0335cbce46edfdef774d73970a (patch)
treed99f5bbdc6d03b37177045d2cc4638f7cee4f581 /Cargo.toml
parent4794bd35fabaf79c2ff550202fa8a4b55dbafc9c (diff)
Pin iai version
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 1d2adc69..4fb843b5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,7 +42,7 @@ fontdb = { version = "0.15", default-features = false }
hayagriva = "0.4"
heck = "0.4"
hypher = "0.1.4"
-iai = { git = "https://github.com/typst/iai" }
+iai = { git = "https://github.com/typst/iai", rev = "3f0f927" }
icu_properties = { version = "1.3", features = ["serde"] }
icu_provider = { version = "1.3", features = ["sync"] }
icu_provider_adapters = "1.3"