servo / font-kit

A cross-platform font loading library written in Rust
Apache License 2.0
660 stars 98 forks source link

Update to version 0.12 in preparation for release #222

Closed mrobinson closed 7 months ago

jayvdb commented 8 months ago

What is the next step here? Who can r+ it ? ;-)

mrobinson commented 7 months ago

The new version of the crate should be published now.

jayvdb commented 7 months ago

Lovely. Thank you!

jayvdb commented 7 months ago

fyi when I update the version for https://crates.io/crates/plotters and run their tests, I dont get compile issues - I get:

error: test failed, to rerun pass `--lib`

Caused by:
  process didn't exit successfully: `/home/jayvdb/rust/plotters/target/debug/deps/plotters-14ec6df465028332` (signal: 11, SIGSEGV: invalid memory reference)

will update here when I figure out what is going on

jayvdb commented 7 months ago

Created https://github.com/servo/font-kit/issues/224