Update codex dep to fix bug

This commit is contained in:
T0mstone 2025-04-09 17:01:58 +02:00
parent a26c368088
commit f1115786e1
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -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"

View File

@ -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"