mirror of https://github.com/jdx/mise
fix: move a warning to debug in aqua
This commit is contained in:
parent
af36cfd7b8
commit
ed029b7c48
|
@ -159,7 +159,7 @@ impl AquaPackage {
|
||||||
if let Some(req) = versions::Requirement::new(&vc) {
|
if let Some(req) = versions::Requirement::new(&vc) {
|
||||||
req.matches(&v)
|
req.matches(&v)
|
||||||
} else {
|
} else {
|
||||||
warn!("invalid semver constraint: {vc}");
|
debug!("invalid semver constraint: {vc}");
|
||||||
false
|
false
|
||||||
}
|
}
|
||||||
} else if let Some(caps) = re_exact.captures(vc) {
|
} else if let Some(caps) = re_exact.captures(vc) {
|
||||||
|
|
Loading…
Reference in New Issue