diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-13 21:28:55 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-13 21:28:55 +0200 |
commit | 0791777665fe99d02b5e4aaaa43ca3483712dac9 (patch) | |
tree | 639910bd9975ef3b8ffb87f45d8562b898dbcb19 /crates/fmt | |
parent | build(flake): Document for what the `CLANG_*` env vars are needed (diff) | |
download | yt-0791777665fe99d02b5e4aaaa43ca3483712dac9.zip |
build(treewide): Update prime
Diffstat (limited to 'crates/fmt')
-rw-r--r-- | crates/fmt/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/fmt/Cargo.toml b/crates/fmt/Cargo.toml index 7f82a09..f3cf4ad 100644 --- a/crates/fmt/Cargo.toml +++ b/crates/fmt/Cargo.toml @@ -24,7 +24,7 @@ publish = false path = "src/fmt.rs" [dependencies] -unicode-width = "0.2.0" +unicode-width = "0.2.1" [lints] workspace = true |