Skip to content

Commit

Permalink
test: update criterion dependency (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eh2406 authored Dec 19, 2023
1 parent d97491e commit 516f033
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ log = "0.4.14" # for debug logs in tests
proptest = "0.10.1"
ron = "0.6"
varisat = "0.2.2"
criterion = "0.3"
criterion = "0.5"
env_logger = "0.9.0"

[[bench]]
Expand Down
2 changes: 1 addition & 1 deletion src/internal/incompatibility.rs
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ impl<'a, P: Package, VS: VersionSet + 'a> Incompatibility<P, VS> {
if relation == Relation::Satisfied {
relation = Relation::AlmostSatisfied(package.clone());
} else {
relation = Relation::Inconclusive;
return Relation::Inconclusive;
}
}
}
Expand Down

0 comments on commit 516f033

Please sign in to comment.