chore: Release

This commit is contained in:
Ed Page 2024-07-05 12:29:58 -05:00
parent ff3d9efaba
commit 3035810f83
4 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View file

@ -359,7 +359,7 @@ dependencies = [
[[package]]
name = "cobalt-config"
version = "0.19.2"
version = "0.19.3"
dependencies = [
"deunicode",
"itertools 0.13.0",

View file

@ -65,7 +65,7 @@ name = "cobalt"
doc = false
[dependencies]
cobalt-config = { version = "=0.19.2", path = "crates/config", features = ["unstable"] }
cobalt-config = { version = "=0.19.3", path = "crates/config", features = ["unstable"] }
cobalt-core = { version = "=0.19.2", path = "crates/core", features = ["unstable"] }
clap = { version = "4.5", features = ["derive", "wrap_help"] }
clap-verbosity-flag = "2.2"

View file

@ -1,6 +1,6 @@
[package]
name = "cobalt-config"
version = "0.19.2"
version = "0.19.3"
description = "Static site generator written in Rust"
readme = "../../README.md"
keywords = ["static", "site", "generator"]

View file

@ -20,7 +20,7 @@ unstable = []
preview_unstable = []
[dependencies]
cobalt-config = { version = "=0.19.2", path = "..//config", features = ["unstable"] }
cobalt-config = { version = "=0.19.3", path = "..//config", features = ["unstable"] }
ignore = "0.4"
walkdir = "2.5"
liquid-core = "0.26"