mirror of
https://github.com/typst/typst
synced 2025-05-20 03:55:29 +08:00
Update codex dep to fix bug
This commit is contained in:
parent
a26c368088
commit
f1115786e1
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user