Skip to content

Commit eab5895

Browse files
mkatychevlann
andauthored
Update crates/wasm-pkg-core/src/wit.rs
Co-authored-by: Lann <[email protected]>
1 parent aab6136 commit eab5895

File tree

1 file changed

+1
-1
lines changed
  • crates/wasm-pkg-core/src

1 file changed

+1
-1
lines changed

crates/wasm-pkg-core/src/wit.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ pub async fn resolve_dependencies(
182182
for (pkg, ovr) in overrides.iter() {
183183
let pkg: PackageRef = pkg.parse().context("Unable to parse as a package ref")?;
184184
let dep = match (ovr.path.as_ref(), ovr.version.as_ref()) {
185-
(Some(path), v @ None | v @ Some(_)) => {
185+
(Some(path), v) => {
186186
if v.is_some() {
187187
tracing::warn!("Ignoring version override for local package");
188188
}

0 commit comments

Comments
 (0)