Update version
This commit is contained in:
parent
22dcfb963e
commit
46027ecdb7
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -3575,7 +3575,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "zola"
|
||||
version = "0.15.0"
|
||||
version = "0.15.1"
|
||||
dependencies = [
|
||||
"atty",
|
||||
"chrono",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "zola"
|
||||
version = "0.15.0"
|
||||
version = "0.15.1"
|
||||
authors = ["Vincent Prouillet <hello@vincentprouillet.com>"]
|
||||
edition = "2018"
|
||||
license = "MIT"
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: zola
|
||||
version: 0.15.0
|
||||
version: 0.15.1
|
||||
summary: A fast static site generator in a single binary with everything built-in.
|
||||
description: |
|
||||
A fast static site generator in a single binary with everything built-in.
|
||||
@ -21,7 +21,7 @@ parts:
|
||||
zola:
|
||||
source-type: git
|
||||
source: https://github.com/getzola/zola.git
|
||||
source-tag: v0.15.0
|
||||
source-tag: v0.15.1
|
||||
plugin: rust
|
||||
rust-channel: stable
|
||||
build-packages:
|
||||
|
Loading…
Reference in New Issue
Block a user