mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
dev: update nightly (#1977)
+ several fixes to `nightly.yml` + update `comemo` for typst/typst#6683
This commit is contained in:
parent
5b0ce67327
commit
eea7d9a238
3 changed files with 1550 additions and 577 deletions
2123
Cargo.lock
generated
2123
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -84,7 +84,7 @@ fastrand = "2.3.0"
|
|||
|
||||
# Data Structures
|
||||
bitvec = "1"
|
||||
comemo = "0.4"
|
||||
comemo = "0.5.0"
|
||||
# We need to freeze the version of the crate, as the raw-api feature is considered unstable
|
||||
dashmap = { version = "=5.5.3", features = ["raw-api"] }
|
||||
ecow = "0.2.3"
|
||||
|
|
|
|||
|
|
@ -786,7 +786,6 @@ mod tests {
|
|||
https://typst.app/docs/reference/math/primes/
|
||||
https://typst.app/docs/reference/math/roots/#functions-root
|
||||
https://typst.app/docs/reference/math/roots/#functions-sqrt
|
||||
https://typst.app/docs/reference/math/scr/
|
||||
https://typst.app/docs/reference/math/sizes/#functions-display
|
||||
https://typst.app/docs/reference/math/sizes/#functions-inline
|
||||
https://typst.app/docs/reference/math/sizes/#functions-script
|
||||
|
|
@ -811,6 +810,7 @@ mod tests {
|
|||
https://typst.app/docs/reference/math/variants/#functions-frak
|
||||
https://typst.app/docs/reference/math/variants/#functions-mono
|
||||
https://typst.app/docs/reference/math/variants/#functions-sans
|
||||
https://typst.app/docs/reference/math/variants/#functions-scr
|
||||
https://typst.app/docs/reference/math/variants/#functions-serif
|
||||
https://typst.app/docs/reference/math/vec/
|
||||
https://typst.app/docs/reference/model/bibliography/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue