typst/crates/typst-library
tinger 47df51c6f1 Bundle deprecation message and version in DeprecationInfo
Because the increase in size of `Binding` seemed to create a performance
regression we'll try to reduce the size by putting the rarely used
deprecation on the heap. In fact, the struct is even smaller than before
now, because `deprecation` was previously a wide pointer.
2025-07-21 19:44:38 +02:00
..