diff options
| author | T0mstone <39707032+T0mstone@users.noreply.github.com> | 2025-06-11 15:28:03 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-11 13:28:03 +0000 |
| commit | d7e0c52dd5b6b34861c4104925d2440f5a770a47 (patch) | |
| tree | 27feecc4ea6e5a19bf50daa7a1f59fe4897cb206 /Cargo.toml | |
| parent | d1c7757da8e84ac68dcf58546a7bbaebceea8277 (diff) | |
Use `codex::ModifierSet` (#6159)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ clap = { version = "4.4", features = ["derive", "env", "wrap_help"] } clap_complete = "4.2.1" clap_mangen = "0.2.10" codespan-reporting = "0.11" -codex = "0.1.1" +codex = { git = "https://github.com/typst/codex", rev = "56eb217" } color-print = "0.3.6" comemo = "0.4" csv = "1" |
