liushuyu
c658d171f8
cargo/manifests: allow user to use native-tls if ring
is unsupported ( #1587 )
...
* cargo/manifests: allow user to use native-tls ...
... if `ring` can't be used on the user's platform (e.g. mips/ppc/riscv)
* CI: test for native tls build
2021-08-18 15:32:34 +02:00
Vincent Prouillet
baba690702
Update version of zola for docs + version of ubuntu for release
2021-07-19 20:12:41 +02:00
Vincent Prouillet
5df6e034c4
Update MSRV
2021-05-09 23:03:19 +02:00
Vincent Prouillet
10c1739c62
Update pinned MSRV
2021-05-05 21:36:56 +02:00
Vincent Prouillet
74bf676ced
Update MSRV
2021-01-05 22:15:09 +01:00
Vincent Prouillet
0230e3297f
Next version
2020-09-27 14:15:44 +02:00
René Ribaud
5bf1687fa7
Use trim_start_matches instead of strip_prefix ( #1156 )
...
- This allow to not bump the pinned version to 1.45.0.
- Change this, despite trim_start_matches returns a &str and not an Option, which I
like less.
2020-09-03 10:47:48 +02:00
René Ribaud
5ec3a9ca65
Strip unc if it exists, fix #1110 #1129 ( #1151 )
...
* Strip unc if it exists, fix #1110
* Bump pinned version to 1.45.2
* Bump to minimum version required.
- https://github.com/getzola/zola/pull/1129#discussion_r480172320
* Add unc comments and a required test
* Fix typo in rust pinned version
* Fix types not ok
2020-09-01 11:48:42 +02:00
Vincent Prouillet
4f5fd63281
Update deps + pinned
2020-08-28 19:49:19 +02:00
Vincent Prouillet
93b3b9f9ff
Update pinned version in CI
2020-04-21 18:29:41 +02:00
Vincent Prouillet
e9eb0e1c4d
Fix Windows CI
2020-02-03 12:17:20 -08:00
Vincent Prouillet
bef7f8c6d5
Fix Windows CI
2020-02-02 18:18:50 -08:00
Sam Ford
bcd73aef8d
Bump minimum Rust version to 1.39.0 ( #895 )
...
async/await will be used in upcoming changes, so we need to bump the
minimum Rust version to 1.39.0 to use it.
2020-02-02 17:48:43 -08:00
Vincent Prouillet
6856b11d6d
Looks like it now requires 1.36
2020-02-02 17:44:38 -08:00
Vincent Prouillet
500bdd0c8c
Update github release task as well
2019-10-01 16:20:03 -07:00
Vincent Prouillet
09762b23ee
Zip archive on Windows releases
2019-10-01 15:30:06 -07:00
Vincent Prouillet
91f85b2791
Fix release task
2019-09-28 11:32:36 -07:00
Vincent Prouillet
b9a5cb3d14
Min version is now 1.35 it seems
2019-08-05 22:43:32 +02:00
Vincent Prouillet
99abbb87a1
Set up CI with Azure Pipelines ( #750 )
...
* Set up CI with Azure Pipelines
[skip ci]
* Remove other CI + remove newline in anchor link tpl
* Some more Windows specific changes
2019-07-19 10:35:31 +02:00