Skip to content

Commit

Permalink
Update test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Palmieri committed Aug 24, 2022
1 parent fed3f78 commit 4e2dedd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/skeletons.rs
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,6 @@ version = "0.8.0"
[dependencies.uuid]
version = "=0.8.0"
features = ["v4"]
optional = false
"#]],
);
let third = skeleton.manifests[2].clone();
Expand All @@ -785,13 +784,10 @@ version = "0.8.0"
[dependencies.project_a]
version = "0.0.1"
path = "../project_a"
features = []
optional = false
[dependencies.uuid]
version = "=0.8.0"
features = ["v4"]
optional = false
[lib]
test = true
Expand Down

0 comments on commit 4e2dedd

Please sign in to comment.