Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielleHuisman committed Oct 16, 2024
1 parent 7c5fedb commit 63c4f47
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 7 deletions.
13 changes: 13 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
repos:
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
hooks:
- id: prettier
additional_dependencies:
- prettier@^3.2.5
- prettier-plugin-tailwindcss@^0.5.12
- repo: https://github.com/doublify/pre-commit-rust
rev: v1.0
hooks:
- id: fmt
- id: clippy
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["Rust For Web <[email protected]>"]
edition = "2021"
license = "MIT"
repository = "https://github.com/RustForWeb/mdbook-plugins"
version = "0.1.0"
version = "0.1.1"

[workspace.dependencies]
anyhow = "1.0.86"
Expand Down
2 changes: 1 addition & 1 deletion packages/mdbook-tabs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ clap.workspace = true
env_logger.workspace = true
log.workspace = true
mdbook.workspace = true
mdbook-plugin-utils = { path = "../mdbook-plugin-utils", version = "0.1.0" }
mdbook-plugin-utils = { path = "../mdbook-plugin-utils", version = "0.1.1" }
pulldown-cmark.workspace = true
semver.workspace = true
serde.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion packages/mdbook-trunk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ html_parser = "0.7.0"
htmlentity = "1.3.2"
log.workspace = true
mdbook.workspace = true
mdbook-plugin-utils = { path = "../mdbook-plugin-utils", version = "0.1.0" }
mdbook-plugin-utils = { path = "../mdbook-plugin-utils", version = "0.1.1" }
peekread = "0.1.1"
pulldown-cmark.workspace = true
semver.workspace = true
Expand Down

0 comments on commit 63c4f47

Please sign in to comment.