mirror of
https://github.com/cobalt-org/cobalt.rs
synced 2024-11-10 06:14:12 +00:00
chore: Release
This commit is contained in:
parent
ff3d9efaba
commit
3035810f83
4 changed files with 4 additions and 4 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -359,7 +359,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "cobalt-config"
|
||||
version = "0.19.2"
|
||||
version = "0.19.3"
|
||||
dependencies = [
|
||||
"deunicode",
|
||||
"itertools 0.13.0",
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"]
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue