Skip to content

Commit

Permalink
chore: dprint-core 0.66.2 (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored May 6, 2024
1 parent 69cb5da commit 14c0641
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 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
Expand Up @@ -32,14 +32,14 @@ harness = false
[dependencies]
anyhow = "1.0.64"
deno_ast = { version = "0.38.0", features = ["view"] }
dprint-core = { version = "0.66.1", features = ["formatting"] }
dprint-core = { version = "0.66.2", features = ["formatting"] }
dprint-core-macros = "0.1.0"
percent-encoding = "2.3.1"
rustc-hash = "1.1.0"
serde = { version = "1.0.144", features = ["derive"] }
serde_json = { version = "1.0", optional = true }

[dev-dependencies]
dprint-development = "0.10.0"
dprint-development = "0.10.1"
pretty_assertions = "1.3.0"
serde_json = { version = "1.0" }

0 comments on commit 14c0641

Please sign in to comment.