Skip to content

Commit 3035810

Browse files
committed
chore: Release
1 parent ff3d9ef commit 3035810

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ name = "cobalt"
6565
doc = false
6666

6767
[dependencies]
68-
cobalt-config = { version = "=0.19.2", path = "crates/config", features = ["unstable"] }
68+
cobalt-config = { version = "=0.19.3", path = "crates/config", features = ["unstable"] }
6969
cobalt-core = { version = "=0.19.2", path = "crates/core", features = ["unstable"] }
7070
clap = { version = "4.5", features = ["derive", "wrap_help"] }
7171
clap-verbosity-flag = "2.2"

crates/config/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cobalt-config"
3-
version = "0.19.2"
3+
version = "0.19.3"
44
description = "Static site generator written in Rust"
55
readme = "../../README.md"
66
keywords = ["static", "site", "generator"]

crates/core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ unstable = []
2020
preview_unstable = []
2121

2222
[dependencies]
23-
cobalt-config = { version = "=0.19.2", path = "..//config", features = ["unstable"] }
23+
cobalt-config = { version = "=0.19.3", path = "..//config", features = ["unstable"] }
2424
ignore = "0.4"
2525
walkdir = "2.5"
2626
liquid-core = "0.26"

0 commit comments

Comments
 (0)