Skip to content

Commit 51212b7

Browse files
v0.2.1
1 parent 7065376 commit 51212b7

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = ["Rust For Web <[email protected]>"]
77
edition = "2021"
88
license = "MIT"
99
repository = "https://github.com/RustForWeb/mdbook-plugins"
10-
version = "0.2.0"
10+
version = "0.2.1"
1111

1212
[workspace.dependencies]
1313
anyhow = "1.0.86"

packages/mdbook-tabs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ clap.workspace = true
1515
env_logger.workspace = true
1616
log.workspace = true
1717
mdbook.workspace = true
18-
mdbook-plugin-utils = { path = "../mdbook-plugin-utils", version = "0.2.0" }
18+
mdbook-plugin-utils = { path = "../mdbook-plugin-utils", version = "0.2.1" }
1919
pulldown-cmark.workspace = true
2020
semver.workspace = true
2121
serde.workspace = true

packages/mdbook-trunk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ html_parser = "0.7.0"
1919
htmlentity = "1.3.2"
2020
log.workspace = true
2121
mdbook.workspace = true
22-
mdbook-plugin-utils = { path = "../mdbook-plugin-utils", version = "0.2.0" }
22+
mdbook-plugin-utils = { path = "../mdbook-plugin-utils", version = "0.2.1" }
2323
peekread = "0.1.1"
2424
pulldown-cmark.workspace = true
2525
semver.workspace = true

0 commit comments

Comments
 (0)