diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2023-11-27 17:51:00 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-27 22:51:00 +0000 |
commit | 3c8865455243c91105ab309de973d68c9db349d4 (patch) | |
tree | 23df2eb866cba08ae483c67b38b03c848748cc8c /cli | |
parent | 537e0320f0424aee620e5fcd3d61e0166c810805 (diff) |
chore: temp fix for tools/format.js (#21360)
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index e56f53a02..bcdd64187 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -82,9 +82,9 @@ data-url.workspace = true dissimilar = "=1.0.4" dotenvy = "0.15.7" dprint-plugin-json = "=0.19.1" +dprint-plugin-jupyter = "=0.1.1" dprint-plugin-markdown = "=0.16.3" dprint-plugin-typescript = "=0.88.5" -dprint-plugin-jupyter = "=0.1.1" encoding_rs.workspace = true env_logger = "=0.10.0" fancy-regex = "=0.10.0" |