diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2022-12-07 17:32:24 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-07 17:32:24 -0500 |
| commit | dac30af1510b12b5d81d2cd437560f8be6c2e01c (patch) | |
| tree | b75978fab2513e6c7d92a8efae8ef406680804bf /ext/node | |
| parent | f8bcf6be28a1aab9e3be45755aac644fc65db681 (diff) | |
feat(fmt): improve width calculation (#16982)
Formats code according to Unicode Standard Annex #11 rules
(https://crates.io/crates/unicode-width).
This aligns `deno fmt` more with prettier.
Diffstat (limited to 'ext/node')
| -rw-r--r-- | ext/node/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/node/Cargo.toml b/ext/node/Cargo.toml index afb66d05c..ae1d8cdc2 100644 --- a/ext/node/Cargo.toml +++ b/ext/node/Cargo.toml @@ -18,4 +18,4 @@ deno_core.workspace = true once_cell.workspace = true path-clean = "=0.1.0" regex.workspace = true -serde = "1.0.144" +serde = "1.0.149" |
