chris-morgan / rust-http

Completely OBSOLETE Rust HTTP library (server and client)
Other
390 stars 110 forks source link

Use packaged openssl crate #184

Closed Ryman closed 9 years ago

Ryman commented 9 years ago

Using the git reference means users can't have e.g. rust-http and rust-postgres as dependencies as rust-postgres has already changed to the packaged version. This then leads to two 'different' crates linking the same native crate.

Ogeon commented 9 years ago

I don't see why not, but it should also be done with the other dependencies if possible.

reem commented 9 years ago

@Ogeon do you have push access to old-http (or @chris-morgan)?

@DiamondLovesYou could we get access if not?

Ogeon commented 9 years ago

I dont know. I haven't tried to push to it.

reem commented 9 years ago

I looked on crates.io and only @DiamondLovesYou has ownership.

DiamondLovesYou commented 9 years ago

Done.