Skip to content

Commit

Permalink
0.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed May 25, 2022
1 parent 6f0c321 commit e1a3c51
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,6 +1,6 @@
[package]
name = "dprint-plugin-json"
version = "0.15.2"
version = "0.15.3"
authors = ["David Sherret <[email protected]>"]
edition = "2021"
homepage = "https://github.com/dprint/dprint-plugin-json"
Expand All @@ -26,7 +26,7 @@ tracing = ["dprint-core/tracing"]

[dependencies]
anyhow = "1.0.51"
dprint-core = { version = "0.56.0", features = ["formatting"] }
dprint-core = { version = "0.58.1", features = ["formatting"] }
jsonc-parser = { version = "0.19.0" }
serde = { version = "1.0.88", features = ["derive"] }
serde_json = { version = "1.0", optional = true }
Expand Down

0 comments on commit e1a3c51

Please sign in to comment.