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.lock | |
| parent | d1c7757da8e84ac68dcf58546a7bbaebceea8277 (diff) | |
Use `codex::ModifierSet` (#6159)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -413,8 +413,7 @@ dependencies = [ [[package]] name = "codex" version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "724d27a0ee38b700e5e164350e79aba601a0db673ac47fce1cb74c3e38864036" +source = "git+https://github.com/typst/codex?rev=56eb2172fc0670f4c1c8b79a63d11f9354e5babe#56eb2172fc0670f4c1c8b79a63d11f9354e5babe" [[package]] name = "color-print" @@ -2921,6 +2920,7 @@ name = "typst-docs" version = "0.13.1" dependencies = [ "clap", + "codex", "ecow", "heck", "pulldown-cmark", |
