Skip to content

Commit 4991773

Browse files
authored
chore(release): 0.5.1
- Downgrade serde to 1.0.88
1 parent 53ea4d2 commit 4991773

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+1-1
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,7 +1,7 @@
11
[package]
22
name = "dprint-plugin-markdown"
33
description = "Markdown formatter for dprint."
4-
version = "0.5.0"
4+
version = "0.5.1"
55
authors = ["David Sherret <[email protected]>"]
66
license = "MIT"
77
edition = "2018"
@@ -25,7 +25,7 @@ wasm = ["serde_json", "dprint-core/wasm"]
2525
[dependencies]
2626
dprint-core = { version = "0.35.0", features = ["formatting"] }
2727
pulldown-cmark = { version = "0.8.0", default-features = false }
28-
serde = { version = "1.0.119", features = ["derive"] }
28+
serde = { version = "1.0.88", features = ["derive"] }
2929
serde_json = { version = "1.0", optional = true }
3030
regex = "1"
3131

0 commit comments

Comments
 (0)