Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jul 5, 2024
1 parent f83ac39 commit 69970b8
Show file tree
Hide file tree
Showing 3 changed files with 3 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ doc = false

[dependencies]
cobalt-config = { version = "=0.19.3", path = "crates/config", features = ["unstable"] }
cobalt-core = { version = "=0.19.2", path = "crates/core", features = ["unstable"] }
cobalt-core = { version = "=0.19.3", path = "crates/core", features = ["unstable"] }
clap = { version = "4.5", features = ["derive", "wrap_help"] }
clap-verbosity-flag = "2.2"
proc-exit = "2"
Expand Down
2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cobalt-core"
version = "0.19.2"
version = "0.19.3"
description = "Static site generator written in Rust"
readme = "../../README.md"
keywords = ["static", "site", "generator"]
Expand Down

0 comments on commit 69970b8

Please sign in to comment.