Skip to content

Commit 69970b8

Browse files
committed
chore: Release
1 parent f83ac39 commit 69970b8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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
@@ -66,7 +66,7 @@ doc = false
6666

6767
[dependencies]
6868
cobalt-config = { version = "=0.19.3", path = "crates/config", features = ["unstable"] }
69-
cobalt-core = { version = "=0.19.2", path = "crates/core", features = ["unstable"] }
69+
cobalt-core = { version = "=0.19.3", path = "crates/core", features = ["unstable"] }
7070
clap = { version = "4.5", features = ["derive", "wrap_help"] }
7171
clap-verbosity-flag = "2.2"
7272
proc-exit = "2"

crates/core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cobalt-core"
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"]

0 commit comments

Comments
 (0)