Skip to content

Commit caf65bf

Browse files
committed
update djotter version
1 parent 5af4927 commit caf65bf

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

Cargo.lock

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

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[package]
22
name = "quickstatic"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
license = "MIT/Apache-2.0"
66
description = "First static site generator build for [Djot](https://djot.net). Optimized for the actual content and not the themes or bells and wistle of the Static site generator"
77

88
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
99

1010
[dependencies]
11-
djotters = { path = "../djotters" }
12-
# djotters = "0.1.6"
11+
# djotters = { path = "../djotters" }
12+
djotters = "0.1.7"
1313
jotdown = "0.3.2"
1414
gray_matter = "0.2.6"
1515
eyre = "0.6.11"

0 commit comments

Comments
 (0)