Skip to content

Commit f0182e9

Browse files
committed
0.13.3
1 parent 772ac0a commit f0182e9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

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

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dprint-plugin-markdown"
3-
version = "0.13.2"
3+
version = "0.13.3"
44
authors = ["David Sherret <[email protected]>"]
55
edition = "2021"
66
homepage = "https://github.com/dprint/dprint-plugin-markdown"
@@ -25,7 +25,7 @@ tracing = ["dprint-core/tracing"]
2525

2626
[dependencies]
2727
anyhow = "1.0.56"
28-
dprint-core = { version = "0.56.0", features = ["formatting"] }
28+
dprint-core = { version = "0.58.1", features = ["formatting"] }
2929
pulldown-cmark = { version = "0.9.1", default-features = false }
3030
regex = "1"
3131
serde = { version = "1.0.136", features = ["derive"] }

0 commit comments

Comments
 (0)