Skip to content

Commit

Permalink
fix: Don't pull cargo-test crates from the registry
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jun 26, 2023
1 parent e05ddbe commit ea0ca17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ git-conventional = "0.12.3"
assert_fs = "1.0"
predicates = "3.0"
snapbox = "0.4.11"
cargo-test-macro = { version = "0.1.0", git = "https://github.com/rust-lang/cargo" }
cargo-test-support = { version = "0.1.0", git = "https://github.com/rust-lang/cargo" }
cargo-test-macro.git = "https://github.com/rust-lang/cargo"
cargo-test-support.git = "https://github.com/rust-lang/cargo"

0 comments on commit ea0ca17

Please sign in to comment.