Skip to content

Commit

Permalink
chore: Bump dprint-core version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Apr 24, 2021
1 parent 44080ea commit 5654ac9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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,7 +1,7 @@
[package]
name = "dprint-plugin-markdown"
description = "Markdown formatter for dprint."
version = "0.7.0"
version = "0.7.1"
authors = ["David Sherret <[email protected]>"]
license = "MIT"
edition = "2018"
Expand All @@ -24,7 +24,7 @@ wasm = ["serde_json", "dprint-core/wasm"]
tracing = ["dprint-core/tracing"]

[dependencies]
dprint-core = { version = "0.37.0", features = ["formatting"] }
dprint-core = { version = "0.38.0", features = ["formatting"] }
pulldown-cmark = { version = "0.8.0", default-features = false }
serde = { version = "1.0.88", features = ["derive"] }
serde_json = { version = "1.0", optional = true }
Expand Down

0 comments on commit 5654ac9

Please sign in to comment.