diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-11-08 12:59:48 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-11-08 12:59:48 +0100 |
| commit | 51a8d26a12ec0b0335cbce46edfdef774d73970a (patch) | |
| tree | d99f5bbdc6d03b37177045d2cc4638f7cee4f581 | |
| parent | 4794bd35fabaf79c2ff550202fa8a4b55dbafc9c (diff) | |
Pin iai version
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -997,7 +997,7 @@ checksum = "94bf16dd62ea2bec617a6f8a3e1ba03107311783069a647787ac689d1f35321e" [[package]] name = "iai" version = "0.1.1" -source = "git+https://github.com/typst/iai#3f0f92736408ebce6545808b98e0cb2aea89b7dd" +source = "git+https://github.com/typst/iai?rev=3f0f927#3f0f92736408ebce6545808b98e0cb2aea89b7dd" dependencies = [ "cfg-if", ] @@ -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" |
