summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorT0mstone <39707032+T0mstone@users.noreply.github.com>2025-06-11 15:28:03 +0200
committerGitHub <noreply@github.com>2025-06-11 13:28:03 +0000
commitd7e0c52dd5b6b34861c4104925d2440f5a770a47 (patch)
tree27feecc4ea6e5a19bf50daa7a1f59fe4897cb206 /Cargo.lock
parentd1c7757da8e84ac68dcf58546a7bbaebceea8277 (diff)
Use `codex::ModifierSet` (#6159)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b699d245..49e5203f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",