typst/cli
Laurenz 47dff3765d Remove 'static bound on `World`
Thanks to improvements in comemo, tracked types don't need to be 'static anymore. This means that the 'static bound on the `World` is now lifted and that the `Route` doesn't need to use unsafe code anymore to manage its lifetime.
2023-05-11 10:50:30 +02:00
..
src Add instrumentation (Part 1) (#761) 2023-04-23 14:33:56 +02:00
Cargo.toml Remove 'static bound on `World` 2023-05-11 10:50:30 +02:00
build.rs Add instrumentation (Part 1) (#761) 2023-04-23 14:33:56 +02:00