Skip to content

Commit

Permalink
chore(release): 0.5.1
Browse files Browse the repository at this point in the history
- Downgrade serde to 1.0.88
  • Loading branch information
bartlomieju authored Jan 18, 2021
1 parent 53ea4d2 commit 4991773
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.5.0"
version = "0.5.1"
authors = ["David Sherret <[email protected]>"]
license = "MIT"
edition = "2018"
Expand All @@ -25,7 +25,7 @@ wasm = ["serde_json", "dprint-core/wasm"]
[dependencies]
dprint-core = { version = "0.35.0", features = ["formatting"] }
pulldown-cmark = { version = "0.8.0", default-features = false }
serde = { version = "1.0.119", features = ["derive"] }
serde = { version = "1.0.88", features = ["derive"] }
serde_json = { version = "1.0", optional = true }
regex = "1"

Expand Down

0 comments on commit 4991773

Please sign in to comment.