Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Jun 18, 2024
1 parent c29b95e commit 6cc1d2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_data/non-crates-io/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ version = "0.1.0"
edition = "2021"

[dependencies]
from-git = { package = "crate-one", registry = "embark-deny-git" }
from-sparse = { package = "crate-two", registry = "embark-deny-sparse" }
from-git = { version = "*", package = "crate-one", registry = "embark-deny-git" }
from-sparse = { version = "*", package = "crate-two", registry = "embark-deny-sparse" }

0 comments on commit 6cc1d2f

Please sign in to comment.