Skip to content

Commit

Permalink
bump: 0.19.14
Browse files Browse the repository at this point in the history
  • Loading branch information
cestef committed Feb 10, 2025
1 parent 1937e9b commit 3932ab3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "zola"
version = "0.19.13"
version = "0.19.14"
authors = ["Vincent Prouillet <[email protected]>"]
edition = "2021"
license = "MIT"
readme = "README.md"
description = "A fast static site generator with everything built-in"
homepage = "https://www.getzola.org"
repository = "https://github.com/getzola/zola"
repository = "https://github.com/cestef/zola"
keywords = ["static", "site", "generator", "blog"]

include = ["src/**/*", "LICENSE", "README.md"]
Expand Down Expand Up @@ -70,6 +70,7 @@ members = ["components/*"]
lto = true
codegen-units = 1
strip = true
opt-level = "z"

[profile.dev]
# Disabling debug info speeds up builds a bunch,
Expand Down

0 comments on commit 3932ab3

Please sign in to comment.