Skip to content

Releases: tectonic-typesetting/tectonic

tectonic_engine_xdvipdfmx 0.1.1

17 Jun 01:25
Compare
Choose a tag to compare

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

17 Jun 21:20
Compare
Choose a tag to compare

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

17 Jun 01:25
Compare
Choose a tag to compare

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

17 Jun 21:20
Compare
Choose a tag to compare

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

17 Jun 01:25
Compare
Choose a tag to compare

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

17 Jun 21:20
Compare
Choose a tag to compare

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

17 Jun 01:25
Compare
Choose a tag to compare

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

17 Jun 22:40
Compare
Choose a tag to compare

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

17 Jun 03:11
Compare
Choose a tag to compare

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

16 Jun 20:31
Compare
Choose a tag to compare

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.