servo / font-kit

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

Update Cargo.toml #152

Closed richard-uk1 closed 4 years ago

richard-uk1 commented 4 years ago

I think this is a typo, because it doesn't match the optional fontconfig version. It's stopping me building because I have a freetype static lib clash.

jdm commented 4 years ago

I believe you need to update the servo-fontconfig dependency to 0.5 as well.

jdm commented 4 years ago

@bors-servo r+

bors-servo commented 4 years ago

:pushpin: Commit a5b70ad has been approved by jdm

bors-servo commented 4 years ago

:hourglass: Testing commit a5b70ad62ee855d3f3688c501792cf61dd24d17f with merge d79a924fb7ac4e5c509a983ebad484f2d2ae513b...

bors-servo commented 4 years ago

:sunny: Test successful - checks-travis Approved by: jdm Pushing d79a924fb7ac4e5c509a983ebad484f2d2ae513b to master...

atouchet commented 4 years ago

Should a new release be published for this?

richard-uk1 commented 4 years ago

A new release would be awesome - then I can go back to using crates.io rather than my own copy.

atouchet commented 4 years ago

@jdm would it make sense to yank the 8.0 release? I'm not sure how Cargo works with multiple versions of the same dependency and it sounds like that release has issues with it.

jdm commented 4 years ago

I don't see a good reason to yank 0.8.

atouchet commented 4 years ago

@derekdreery 0.9.0 is out now.