diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-02-18 10:34:24 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-18 10:34:24 -0500 |
commit | f0f807c524f76bbf91c31f13f79d60a272e1fe3f (patch) | |
tree | e57839a7a192400bb68abda54770dd7a5d2b395b /cli | |
parent | 302debebb3a3b765b3d13f3244eb4625d7d610c2 (diff) |
upgrade: dprint 0.6.0 (#4026)
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 a9b79dbbc..f6c0c8e0f 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -35,7 +35,7 @@ brotli2 = "0.3.2" clap = "2.33.0" dirs = "2.0.2" dlopen = "0.1.8" -dprint-plugin-typescript = "=0.5.0" +dprint-plugin-typescript = "0.6.0" futures = { version = "0.3.1", features = [ "compat", "io-compat" ] } glob = "0.3.0" http = "0.2.0" |