Skip to content

Commit 793558e

Browse files
committed
chore: Update to the latest annotate-snippets
1 parent 953fa48 commit 793558e

File tree

7 files changed

+713
-109
lines changed

7 files changed

+713
-109
lines changed

Cargo.lock

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,16 @@ dependencies = [
7878
"unicode-width 0.2.1",
7979
]
8080

81+
[[package]]
82+
name = "annotate-snippets"
83+
version = "0.12.5"
84+
source = "registry+https://github.com/rust-lang/crates.io-index"
85+
checksum = "96401ca08501972288ecbcde33902fce858bf73fbcbdf91dab8c3a9544e106bb"
86+
dependencies = [
87+
"anstyle",
88+
"unicode-width 0.2.1",
89+
]
90+
8191
[[package]]
8292
name = "anstream"
8393
version = "0.6.20"
@@ -3756,7 +3766,7 @@ dependencies = [
37563766
name = "rustc_errors"
37573767
version = "0.0.0"
37583768
dependencies = [
3759-
"annotate-snippets 0.11.5",
3769+
"annotate-snippets 0.12.5",
37603770
"anstream",
37613771
"anstyle",
37623772
"derive_setters",

compiler/rustc_errors/Cargo.toml

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

66
[dependencies]
77
# tidy-alphabetical-start
8-
annotate-snippets = "0.11"
8+
#annotate-snippets = { path = "../../../annotate-snippets-rs" }
9+
annotate-snippets = "0.12.5"
910
anstream = "0.6.20"
1011
anstyle = "1.0.13"
1112
derive_setters = "0.1.6"

0 commit comments

Comments
 (0)