Skip to content

Commit

Permalink
feat(ssg): ✨ v0.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed Nov 5, 2023
1 parent ebc851b commit 1c187f8
Show file tree
Hide file tree
Showing 8 changed files with 337 additions and 118 deletions.
113 changes: 57 additions & 56 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ name = "ssg"
readme = "README.md"
repository = "https://github.com/sebastienrousseau/shokunin"
rust-version = "1.71.1"
version = "0.0.19"
version = "0.0.20"
include = [
"/CONTRIBUTING.md",
"/LICENSE-APACHE",
Expand All @@ -46,20 +46,20 @@ harness = false
path = "benches/bench.rs"

[dependencies]
clap = "4.4.6"
clap = "4.4.7"
comrak = "0.19.0"
dtt = "0.0.4"
log = {version="0.4.20", features = ["std"] }
minify-html = "0.11.1"
openssl = { version = "0.10.57", features = ["vendored"] }
quick-xml = "0.30.0"
regex = "1.9.6"
# openssl = { version = "0.10.57", features = ["vendored"] }
quick-xml = "0.31.0"
regex = "1.10.2"
reqwest = { version = "0.11.22", features = ["blocking", "json"] }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
serde_yaml = "0.9.25"
tempfile = "3.8.0"
toml = "0.8.2"
serde = { version = "1.0.190", features = ["derive"] }
serde_json = "1.0.108"
serde_yaml = "0.9.27"
tempfile = "3.8.1"
toml = "0.8.6"
yaml-rust = "0.4.5"
vrd = "0.0.4"

Expand Down
Loading

0 comments on commit 1c187f8

Please sign in to comment.