Skip to content

Commit c84e388

Browse files
authored
Merge pull request #153 from Muscraft/update-unicode-width
chore: Update unicode-width
2 parents 220289c + 928226c commit c84e388

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

Cargo.lock

+8-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resolver = "2"
55
repository = "https://github.com/rust-lang/annotate-snippets-rs"
66
license = "MIT OR Apache-2.0"
77
edition = "2021"
8-
rust-version = "1.65.0" # MSRV
8+
rust-version = "1.66.0" # MSRV
99
include = [
1010
"build.rs",
1111
"src/**/*",
@@ -117,7 +117,7 @@ maintenance = { status = "actively-developed" }
117117
[dependencies]
118118
anstyle = "1.0.4"
119119
memchr = { version = "2.7.4", optional = true }
120-
unicode-width = "0.1.11"
120+
unicode-width = "0.2.0"
121121

122122
[dev-dependencies]
123123
annotate-snippets = { path = ".", features = ["testing-colors"] }

0 commit comments

Comments
 (0)