Skip to content

Commit

Permalink
Update unicode-width to 0.2.0 (#1864)
Browse files Browse the repository at this point in the history
Co-authored-by: printfn <[email protected]>
  • Loading branch information
printfn and printfn authored Oct 13, 2024
1 parent 9884abd commit 7bfd838
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Many crates in this repository (located in `crates/*`) both have unit tests
$ cargo test -p wasmparser
```

Running all tests can be done by fist ensuring that the spec test suite is
Running all tests can be done by first ensuring that the spec test suite is
checked out:

```
Expand Down
4 changes: 2 additions & 2 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 crates/wast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ workspace = true

[dependencies]
leb128 = { workspace = true }
unicode-width = "0.1.9"
unicode-width = "0.2.0"
memchr = "2.4.1"
wasm-encoder = { workspace = true }
bumpalo = "3.14.0"
Expand Down

0 comments on commit 7bfd838

Please sign in to comment.