diff options
| author | Matthias Krüger <476013+matthiaskrgr@users.noreply.github.com> | 2025-09-23 18:13:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-23 18:13:52 +0200 |
| commit | ba9d05780469fba99ec1f2fe3d09908ec7a45d60 (patch) | |
| tree | 8b54b1c2ce31ec9d4e3874aa813fd2eef90006bf /src/tools | |
| parent | 076ada52d35b6226a7b8cf014ec936b83fe4602c (diff) | |
| parent | 4f02ec2cea496445b650ba686b3ef49f2f4150c4 (diff) | |
| download | rust-ba9d05780469fba99ec1f2fe3d09908ec7a45d60.tar.gz rust-ba9d05780469fba99ec1f2fe3d09908ec7a45d60.zip | |
Rollup merge of #146731 - Muscraft:svg-test-terminal-url, r=jdonszelmann
test: Use SVG for terminal url test I came across the test for `-Zterminal-urls` and found its output a bit hard to read. So, I decided to switch it to an SVG test, as I found it easier to differentiate the link and link text. Note: `anstyle-svg` needed to be upgraded to at least `0.1.8` to support links in SVGs, so I went ahead and upgraded it to the latest version (`0.1.11`).
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/compiletest/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/compiletest/Cargo.toml b/src/tools/compiletest/Cargo.toml index cdada5a2230..6597c3c70f6 100644 --- a/src/tools/compiletest/Cargo.toml +++ b/src/tools/compiletest/Cargo.toml @@ -12,7 +12,7 @@ path = "src/bin/main.rs" [dependencies] # tidy-alphabetical-start -anstyle-svg = "0.1.3" +anstyle-svg = "0.1.11" build_helper = { path = "../../build_helper" } camino = "1" colored = "2" |
