mockersf / jenkins-api.rs

Rust client for Jenkins API
MIT License
26 stars 17 forks source link

new release with reqwest bump #27

Closed clux closed 6 years ago

clux commented 6 years ago

Hey there :slightly_smiling_face:

Any chance we could get a patch bump release of the latest changeset?

latest released crate does not build, but:

jenkins_api = { git = "https://github.com/mockersf/jenkins-api.rs", rev = "7b7325d0447dbfe82080f99fcbfddd9030cf7e93" }

^ does

mockersf commented 6 years ago

Sure ! https://crates.io/crates/jenkins_api/0.5.1 has been released. reqwest crate changed a lot of things in it's header management, that was probably the source of your issues

clux commented 6 years ago

Thanks. Yeah, think the entire ecosystem needs a bump because of https://github.com/sfackler/rust-openssl/issues/987