autumnai / leaf-examples

Examples for the Hacker's Machine Learning Framework Leaf
78 stars 18 forks source link

fix/hyper: upgrade hyper to version 0.7 to fix bug with linking #16

Open alexandermorozov opened 8 years ago

alexandermorozov commented 8 years ago

Linking on Debian testing fails with error: "undefined reference to `SSLv3_method'"

This commit updates hyper that in turn uses newer openssl crate.

REFERENCES: sfackler/rust-openssl#305