google / authenticode-rs

Rust tools for working with Authenticode
Apache License 2.0
24 stars 7 forks source link

Publish request to crates.io #97

Closed N0fix closed 8 months ago

N0fix commented 8 months ago

Quite a lot of fixes have been done since 0.3.0, some of them allowing me to catch errors in authenticode parsing, others are fixing bugs, thanks for it.

However, crates.io prevents from publishing crates that relies on git repositories as versions in their dependencies, e.g:

[dependencies]
authenticode = { git = "https://github.com/google/authenticode-rs.git" } # Fixes a lot of stuff since "0.3.0"

Could you please publish the current - or recent - version of the project to crates.io?

Have a great day !

nicholasbishop commented 8 months ago

Thanks for the reminder, published 0.4.0