Skip to content

Commit

Permalink
Update deps + pinned
Browse files Browse the repository at this point in the history
  • Loading branch information
Keats committed Aug 28, 2020
1 parent 0df3631 commit 4f5fd63
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 56 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ binary size
- Fix Sass trying to load folders starting with `_`, causing issues with frameworks
- Update livereload.js version
- Add Markdown-outputting shortcodes
- Add `minify_html` option to `config.toml` to minify HTML automatically

## 0.11.0 (2020-05-25)

Expand Down
114 changes: 60 additions & 54 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ stages:
rustup_toolchain: stable
linux-pinned:
imageName: 'ubuntu-16.04'
rustup_toolchain: 1.41.0
rustup_toolchain: 1.43.0
pool:
vmImage: $(imageName)
steps:
Expand Down
2 changes: 1 addition & 1 deletion docs/content/documentation/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ $ choco install zola
Zola does not work in PowerShell ISE.

## From source
To build Zola from source, you will need to have Git, [Rust (at least 1.36) and Cargo](https://www.rust-lang.org/)
To build Zola from source, you will need to have Git, [Rust (at least 1.43) and Cargo](https://www.rust-lang.org/)
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`
Expand Down

0 comments on commit 4f5fd63

Please sign in to comment.