Skip to content

Commit

Permalink
0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Apr 6, 2022
1 parent 203e39e commit 170d2f4
Show file tree
Hide file tree
Showing 3 changed files with 303 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
**/*.rs.bk
deployment/npm/buffer.generated.js
deployment/npm/node_modules
Cargo.lock
301 changes: 301 additions & 0 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dprint-plugin-markdown"
version = "0.13.0"
version = "0.13.1"
authors = ["David Sherret <[email protected]>"]
edition = "2021"
homepage = "https://github.com/dprint/dprint-plugin-markdown"
Expand All @@ -25,7 +25,7 @@ tracing = ["dprint-core/tracing"]

[dependencies]
anyhow = "1.0.56"
dprint-core = { version = "0.55.0", features = ["formatting"] }
dprint-core = { version = "0.55.2", features = ["formatting"] }
pulldown-cmark = { version = "0.9.1", default-features = false }
regex = "1"
serde = { version = "1.0.136", features = ["derive"] }
Expand Down

0 comments on commit 170d2f4

Please sign in to comment.