Skip to content

Commit

Permalink
test: update sources for roast.
Browse files Browse the repository at this point in the history
Signed-off-by: Soc Virnyl Estela <contact@uncomfyhalomacro.pl>
  • Loading branch information
uncomfyhalomacro committed Jan 30, 2025
1 parent 1fda083 commit 92ed03e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cargo/tests/behaviour.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ async fn no_filter_vendor_sources() -> io::Result<()> {
// NOTE: This should not vendor anything as it does not contain any dependencies
"https://github.com/elliot40404/bonk/archive/refs/tags/v0.3.2.tar.gz",
// NOTE: This should vendor
"https://github.com/openSUSE-Rust/roast/archive/refs/tags/v5.1.7.tar.gz",
"https://codeberg.org/Rusty-Geckos/roast/archive/tags/v5.1.7.tar.gz",
// NOTE: This should not stack overflow
"https://github.com/casey/just/archive/refs/tags/1.38.0.tar.gz",
];
Expand All @@ -211,7 +211,7 @@ async fn filter_vendor_sources() -> io::Result<()> {
// NOTE: This should not vendor anything as it does not contain any dependencies
"https://github.com/elliot40404/bonk/archive/refs/tags/v0.3.2.tar.gz",
// NOTE: This should vendor
"https://github.com/openSUSE-Rust/roast/archive/refs/tags/v5.1.7.tar.gz",
"https://codeberg.org/Rusty-Geckos/roast/archive/tags/v5.1.7.tar.gz",
// NOTE: This should not stack overflow
"https://github.com/casey/just/archive/refs/tags/1.38.0.tar.gz",
];
Expand Down

0 comments on commit 92ed03e

Please sign in to comment.