mirror of
https://github.com/getzola/zola
synced 2024-12-13 05:42:29 +00:00
Update MSRV
This commit is contained in:
parent
877f441422
commit
74bf676ced
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ stages:
|
||||||
rustup_toolchain: stable
|
rustup_toolchain: stable
|
||||||
linux-pinned:
|
linux-pinned:
|
||||||
imageName: 'ubuntu-20.04'
|
imageName: 'ubuntu-20.04'
|
||||||
rustup_toolchain: 1.43.0
|
rustup_toolchain: 1.45.2
|
||||||
pool:
|
pool:
|
||||||
vmImage: $(imageName)
|
vmImage: $(imageName)
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -77,7 +77,7 @@ $ choco install zola
|
||||||
Zola does not work in PowerShell ISE.
|
Zola does not work in PowerShell ISE.
|
||||||
|
|
||||||
## From source
|
## From source
|
||||||
To build Zola from source, you will need to have Git, [Rust (at least 1.43) and Cargo](https://www.rust-lang.org/)
|
To build Zola from source, you will need to have Git, [Rust (at least 1.45) and Cargo](https://www.rust-lang.org/)
|
||||||
installed. You will also need to meet additional dependencies to compile [libsass](https://github.com/sass/libsass):
|
installed. You will also need to meet additional dependencies to compile [libsass](https://github.com/sass/libsass):
|
||||||
|
|
||||||
- OSX, Linux and other Unix-like operating systems: `make` (`gmake` on BSDs), `g++`, `libssl-dev`
|
- OSX, Linux and other Unix-like operating systems: `make` (`gmake` on BSDs), `g++`, `libssl-dev`
|
||||||
|
|
Loading…
Reference in a new issue