From f1115786e1bdf8aadea06c1375f4dae6e244b290 Mon Sep 17 00:00:00 2001 From: T0mstone Date: Wed, 9 Apr 2025 17:01:58 +0200 Subject: [PATCH] Update codex dep to fix bug --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b99c9006c..d34aefd88 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -413,7 +413,7 @@ dependencies = [ [[package]] name = "codex" version = "0.1.0" -source = "git+https://github.com/typst/codex?rev=17d2dff8d13ae526c6429810d602f466a2bb4424#17d2dff8d13ae526c6429810d602f466a2bb4424" +source = "git+https://github.com/typst/codex?rev=7157b82d817b362c7d71b223681deef61f294f1d#7157b82d817b362c7d71b223681deef61f294f1d" [[package]] name = "color-print" diff --git a/Cargo.toml b/Cargo.toml index b482addae..fd6011c03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ clap_mangen = "0.2.10" codespan-reporting = "0.11" # TODO: change this when codex#46 gets merged and codex gets released with that # codex = "0.1.1" -codex = { git = "https://github.com/typst/codex", rev = "17d2dff8d13ae526c6429810d602f466a2bb4424" } +codex = { git = "https://github.com/typst/codex", rev = "7157b82d817b362c7d71b223681deef61f294f1d" } color-print = "0.3.6" comemo = "0.4" csv = "1"