Skip to content

Commit d64e7a4

Browse files
authored
Update annotate-snippets from 0.11.4 to 0.11.5 (#15165)
Changelog: https://github.com/rust-lang/annotate-snippets-rs/blob/master/CHANGELOG.md#0115---2024-12-09 Looks to have some minor rendering differences.
2 parents 71ad027 + b5394da commit d64e7a4

File tree

7 files changed

+23
-24
lines changed

7 files changed

+23
-24
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ homepage = "https://github.com/rust-lang/cargo"
1818
repository = "https://github.com/rust-lang/cargo"
1919

2020
[workspace.dependencies]
21-
annotate-snippets = "0.11.4"
21+
annotate-snippets = "0.11.5"
2222
anstream = "0.6.15"
2323
anstyle = "1.0.8"
2424
anyhow = "1.0.86"

tests/testsuite/alt_registry.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -747,8 +747,7 @@ fn bad_registry_name() {
747747
748748
--> Cargo.toml:8:17
749749
|
750-
8 | [dependencies.bar]
751-
| _________________^
750+
8 | / [dependencies.bar]
752751
9 | | version = "0.0.1"
753752
10 | | registry = "bad name"
754753
| |_____________________________________^

tests/testsuite/cargo_add/invalid_manifest/stderr.term.svg

Lines changed: 3 additions & 3 deletions
Loading

tests/testsuite/lints/error/stderr.term.svg

Lines changed: 4 additions & 4 deletions
Loading

tests/testsuite/lints/inherited/stderr.term.svg

Lines changed: 7 additions & 7 deletions
Loading

tests/testsuite/lints/warning/stderr.term.svg

Lines changed: 4 additions & 4 deletions
Loading

0 commit comments

Comments
 (0)