Skip to content

Commit

Permalink
Merge pull request #153 from Muscraft/update-unicode-width
Browse files Browse the repository at this point in the history
chore: Update unicode-width
  • Loading branch information
Muscraft authored Oct 10, 2024
2 parents 220289c + 928226c commit c84e388
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resolver = "2"
repository = "https://github.com/rust-lang/annotate-snippets-rs"
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.65.0" # MSRV
rust-version = "1.66.0" # MSRV
include = [
"build.rs",
"src/**/*",
Expand Down Expand Up @@ -117,7 +117,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
anstyle = "1.0.4"
memchr = { version = "2.7.4", optional = true }
unicode-width = "0.1.11"
unicode-width = "0.2.0"

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

0 comments on commit c84e388

Please sign in to comment.