Skip to content

Commit 8a1a38c

Browse files
v0.3.0
1 parent e5ed84c commit 8a1a38c

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 = "2024"
88
license = "MIT"
99
repository = "https://github.com/RustForWeb/mdbook-plugins"
10-
version = "0.2.3"
10+
version = "0.3.0"
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-driver.workspace = true
18-
mdbook-plugin-utils = { path = "../mdbook-plugin-utils", version = "0.2.1" }
18+
mdbook-plugin-utils = { path = "../mdbook-plugin-utils", version = "0.3.0" }
1919
mdbook-preprocessor.workspace = true
2020
pulldown-cmark.workspace = true
2121
semver.workspace = true

packages/mdbook-trunk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ htmlentity = "1.3.2"
2020
log.workspace = true
2121
mdbook-core.workspace = true
2222
mdbook-driver.workspace = true
23-
mdbook-plugin-utils = { path = "../mdbook-plugin-utils", version = "0.2.1" }
23+
mdbook-plugin-utils = { path = "../mdbook-plugin-utils", version = "0.3.0" }
2424
mdbook-preprocessor.workspace = true
2525
mdbook-renderer.workspace = true
2626
peekread = "0.1.1"

0 commit comments

Comments
 (0)