Skip to content

Commit

Permalink
chore: upgrade to dprint-core 0.66
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Feb 23, 2024
1 parent 2753c46 commit 498faf6
Show file tree
Hide file tree
Showing 4 changed files with 365 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/target
Cargo.lock
deployment/npm/buffer.generated.js
deployment/npm/node_modules
.vscode
363 changes: 363 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ wasm = ["dprint-core/wasm"]

[dependencies]
anyhow = "1.0.51"
dprint-core = { version = "0.65.0", features = ["formatting"] }
dprint-core = { version = "0.66.1", features = ["formatting"] }
jsonc-parser = "0.23.0"
serde = { version = "1.0.108", features = ["derive"] }
serde_json = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.75.0"
channel = "1.76.0"
components = ["clippy", "rustfmt"]

0 comments on commit 498faf6

Please sign in to comment.