Skip to content

Commit 8252cdd

Browse files
committed
chore: Update to the latest annotate-snippets
1 parent 8e08827 commit 8252cdd

23 files changed

+751
-202
lines changed

Cargo.lock

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,14 @@ dependencies = [
6868
"yansi-term",
6969
]
7070

71+
[[package]]
72+
name = "annotate-snippets"
73+
version = "0.11.5"
74+
dependencies = [
75+
"anstyle",
76+
"unicode-width 0.2.1",
77+
]
78+
7179
[[package]]
7280
name = "annotate-snippets"
7381
version = "0.11.5"
@@ -3822,7 +3830,7 @@ dependencies = [
38223830
name = "rustc_fluent_macro"
38233831
version = "0.0.0"
38243832
dependencies = [
3825-
"annotate-snippets 0.11.5",
3833+
"annotate-snippets 0.11.5 (registry+https://github.com/rust-lang/crates.io-index)",
38263834
"fluent-bundle",
38273835
"fluent-syntax",
38283836
"proc-macro2",
@@ -5710,7 +5718,7 @@ version = "0.29.2"
57105718
source = "registry+https://github.com/rust-lang/crates.io-index"
57115719
checksum = "1211b1111c752c73b33073d2958072be08825fd97c9ab4d83444da361a06634b"
57125720
dependencies = [
5713-
"annotate-snippets 0.11.5",
5721+
"annotate-snippets 0.11.5 (registry+https://github.com/rust-lang/crates.io-index)",
57145722
"anyhow",
57155723
"bstr",
57165724
"cargo-platform",

compiler/rustc_errors/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2024"
55

66
[dependencies]
77
# tidy-alphabetical-start
8-
annotate-snippets = "0.11"
8+
annotate-snippets = { path = "../../../annotate-snippets-rs" }
99
anstream = "0.6.19"
1010
anstyle = "1.0.11"
1111
derive_setters = "0.1.6"

0 commit comments

Comments
 (0)