Commit Graph

18 Commits

Author SHA1 Message Date
quininer
37039760f8 Add rustls support (#390) 2018-12-17 11:57:43 -08:00
Sean McArthur
459de48093 Bump minimum Rust version to 1.29.
Due to encoding_rs needing a newer compiler, we must update as well.
2018-11-21 12:27:35 -08:00
Sean McArthur
97393143a5 put all TLS functionality behind a feature flag
The "Cargo feature" `default-tls`, which is enabled by default, is
added, with all TLS support relying on it. This allows using reqwest but
disabling the `native-tls` dependency, by disabling this feature.

Closes #225
2018-10-29 16:37:25 -07:00
Sean McArthur
c32831511b minimum rust version to 1.26 due to dependencies 2018-08-29 18:23:35 -07:00
Sean McArthur
2ada485591 update minimum rust version to 1.25 2018-08-27 10:22:30 -07:00
Sean McArthur
e182c416c9 add hyper-011 cargo feature to ease migration 2018-08-15 16:47:02 -07:00
Sean McArthur
73a15ba13b fix CI with minimum rust version 2018-08-15 16:23:50 -07:00
messense
a9ec2b8c30 Bump minimum rustc version to 1.21.0 (#270) 2018-03-12 14:06:54 -07:00
Konrad Borowski
e3f468b8a9 Disable Travis build cache (#259)
As Cargo doesn't remove old build artifacts, a build cache means a lot
of time is spent downloading constantly increasing in size build
artifacts, especially for nightly releases.
2018-02-17 09:23:56 -08:00
Sean McArthur
419023219d bump CI minimum version to 1.18 (libflate requires it) 2017-12-18 18:37:56 -08:00
Sean McArthur
f73f2216ba setup minimum rust version (1.17?) in CI 2017-12-18 18:20:51 -08:00
Sean McArthur
5993aa84cc add logs for flaky multipart test 2017-10-26 14:05:33 -07:00
knight42
f5b4dd4123 test: use verbose output 2017-10-18 14:07:22 +08:00
Sean McArthur
665b4fe718 upgrade hyper to v0.11 2017-06-21 09:47:21 -07:00
Tom Prince
f0c8332139 Build on trusty. 2017-05-31 14:21:16 -06:00
Sean McArthur
b9b5c7ab82 add nightly to the travis matrix 2017-05-31 13:07:08 -07:00
Sean McArthur
552f4712cd add osx test target, allow nightly to fail 2016-12-02 11:57:30 -08:00
Sean McArthur
289659e822 add travis ci 2016-11-08 14:40:26 -08:00