netvl / immeta

Image metadata inspection library in Rust
MIT License
24 stars 18 forks source link

updating byteorder dep version #2

Closed jmr0 closed 8 years ago

jmr0 commented 8 years ago

I'm preparing a PR to address https://github.com/servo/servo/issues/7047 -- wanted to make sure deps were up to date and matched Servo's own. Thanks!

netvl commented 8 years ago

Thanks! Sorry for late response, I'm busy with my thesis now :)

jmr0 commented 8 years ago

@netvl Not a problem! Any chance we could release a new version of immeta with the updated dep? That would allow us to onboard it on Servo. No rush though -- and thanks again.

netvl commented 8 years ago

Oh, sorry - I forgot that committing an update and releasing it are different things >_< It is now available as 0.2.3.

I feel honored that Servo depends on my library :)

jmr0 commented 8 years ago

@netvl figured I'd let you know it finally landed :) https://github.com/servo/servo/pull/9208

netvl commented 8 years ago

@jmr0, thanks, that's great!