Skip to content

Commit cd54f9e

Browse files
committed
chore: Update to the latest annotate-snippets
1 parent 75911b6 commit cd54f9e

23 files changed

+838
-275
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"
@@ -3736,7 +3744,7 @@ dependencies = [
37363744
name = "rustc_fluent_macro"
37373745
version = "0.0.0"
37383746
dependencies = [
3739-
"annotate-snippets 0.11.5",
3747+
"annotate-snippets 0.11.5 (registry+https://github.com/rust-lang/crates.io-index)",
37403748
"fluent-bundle",
37413749
"fluent-syntax",
37423750
"proc-macro2",
@@ -5555,7 +5563,7 @@ version = "0.29.2"
55555563
source = "registry+https://github.com/rust-lang/crates.io-index"
55565564
checksum = "1211b1111c752c73b33073d2958072be08825fd97c9ab4d83444da361a06634b"
55575565
dependencies = [
5558-
"annotate-snippets 0.11.5",
5566+
"annotate-snippets 0.11.5 (registry+https://github.com/rust-lang/crates.io-index)",
55595567
"anyhow",
55605568
"bstr",
55615569
"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)