Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c84e388

Browse files
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‎

Lines changed: 8 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml‎

Lines changed: 2 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /