Skip to content

Commit 7e394ac

Browse files
committed
Bump that. Please let things work now
1 parent 26f7499 commit 7e394ac

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ toml = "0.5.8"
4747
# Preprocessors
4848
mdbook-katex = "0.2.10"
4949
mdbook-backlinks = { path = "preprocessors/mdbook-backlinks", version = "0.2.6" }
50-
mdbook-frontmatter = { path = "preprocessors/mdbook-frontmatter", version = "0.0.2" }
51-
mdbook-readme = { path = "preprocessors/mdbook-readme", version = "0.0.2" }
50+
mdbook-frontmatter = { path = "preprocessors/mdbook-frontmatter", version = "0.0.3" }
51+
mdbook-readme = { path = "preprocessors/mdbook-readme", version = "0.0.3" }
5252
mdbook-wikilinks = { path = "preprocessors/mdbook-wikilinks", version = "0.3.5" }
5353

5454
# Feature: Search

preprocessors/mdbook-frontmatter/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "mdbook-frontmatter"
33
description = "Support for frontmatter on mdBook."
4-
version = "0.0.2"
4+
version = "0.0.3"
55
authors = [
66
"Victor Freire <[email protected]>",
77
"Leo Silva Souza <[email protected]>",
@@ -19,7 +19,7 @@ include = [
1919
[dependencies]
2020
chrono = "0.4.19"
2121
clap = "2.33.3"
22-
gray_matter = "0.2.0"
22+
gray_matter = "0.2.1"
2323
lazy-regex = "2.2.1"
2424
mdbook = "0.4.12"
2525
semver = "1.0.3"

preprocessors/mdbook-readme/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "mdbook-readme"
33
description = "Preprocessor for converting file name `README.md` to `index.md`, and fix corresponding links."
4-
version = "0.0.2"
4+
version = "0.0.3"
55
authors = [
66
"Victor Freire <[email protected]>",
77
"Leo Silva Souza <[email protected]>",

0 commit comments

Comments
 (0)