diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2020-04-30 15:05:30 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-30 21:05:30 +0200 |
| commit | 3e72d63205662f3ff38d561cb1bebd8ffe54e3f2 (patch) | |
| tree | 648489dd42d930c683be111481553943740c0a8f /cli | |
| parent | 21f4c7f35c4a7d53e7aca1e531a362e881924edb (diff) | |
fix(fmt): Format `abstract async` as `abstract async` (#5020)
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 7cc3c62d8..728856b9c 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -33,7 +33,7 @@ byteorder = "1.3.4" clap = "2.33.0" dirs = "2.0.2" dlopen = "0.1.8" -dprint-plugin-typescript = "0.14.0" +dprint-plugin-typescript = "0.14.1" futures = { version = "0.3.4", features = ["compat", "io-compat"] } glob = "0.3.0" http = "0.2.1" |
