Releases: tectonic-typesetting/tectonic
Releases · tectonic-typesetting/tectonic
tectonic_engine_xdvipdfmx 0.1.1
tectonic_engine_xdvipdfmx 0.1.1 (2021-06-17)
- Attempt to fix crate builds on docs.rs — see #788. This works around an
issue in Tectonic’s usage of cbindgen by configuring Cargo to operate in
offline mode when building on docs.rs, which builds crates with network access
turned off.
tectonic_engine_bibtex 0.1.3
tectonic_engine_bibtex 0.1.3 (2021-06-17)
- Switch from running cbindgen at build time to having the developer run it
manually. This really ought to fix the crate builds on docs.rs (#788), and
should speed builds too.
tectonic_engine_bibtex 0.1.2
tectonic_engine_bibtex 0.1.2 (2021-06-17)
- Attempt to fix crate builds on docs.rs — see #788. This works around an
issue in Tectonic’s usage of cbindgen by configuring Cargo to operate in
offline mode when building on docs.rs, which builds crates with network access
turned off.
tectonic_bridge_flate 0.1.5
tectonic_bridge_flate 0.1.5 (2021-06-17)
- Switch from running cbindgen at build time to having the developer run it
manually. This really ought to fix the crate builds on docs.rs (#788), and
should speed builds too.
tectonic_bridge_flate 0.1.4
tectonic_bridge_flate 0.1.4 (2021-06-17)
- Attempt to fix crate builds on docs.rs — see #788. This works around an
issue in Tectonic’s usage of cbindgen by configuring Cargo to operate in
offline mode when building on docs.rs, which builds crates with network access
turned off.
tectonic_bridge_core 0.2.2
tectonic_bridge_core 0.2.2 (2021-06-17)
- Switch from running cbindgen at build time to having the developer run it
manually. This really ought to fix the crate builds on docs.rs (#788), and
should speed builds too.
tectonic_bridge_core 0.2.1
tectonic_bridge_core 0.2.1 (2021-06-17)
- Attempt to fix crate builds on docs.rs — see #788. This works around an
issue in Tectonic’s usage of cbindgen by configuring Cargo to operate in
offline mode when building on docs.rs, which builds crates with network access
turned off.
tectonic 0.6.4
tectonic 0.6.4 (2021-06-17)
- Yet another new release to try to fix the docs.rs build. I think this one may
get it right.
tectonic 0.6.3
tectonic 0.6.3 (2021-06-17)
- Another attempt to fix the docs.rs build.
- Update Cargo dependencies while we're at it.
tectonic_bridge_flate 0.1.3
tectonic_bridge_flate 0.1.3 (2021-06-16)
- Try again with our docs.rs workarounds. Looks like we need
CARGO_NET_OFFLINE=true
, not CARGO_NET_OFFLINE=1
.