Skip to content

Commit

Permalink
Rename "multi_source_registry.rs"
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-F-Bryan committed Jun 9, 2023
1 parent 2cb7b8f commit 4be711a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/wasix/src/runtime/resolver/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
mod filesystem_source;
mod in_memory_source;
mod inputs;
mod multi_source_registry;
mod multi_source;
mod outputs;
mod resolve;
mod source;
Expand All @@ -16,7 +16,7 @@ pub use self::{
Command, Dependency, DistributionInfo, PackageInfo, PackageSpecifier, PackageSummary,
WebcHash,
},
multi_source_registry::MultiSource,
multi_source::MultiSource,
outputs::{
DependencyGraph, Edge, ItemLocation, Node, PackageId, Resolution,
ResolvedFileSystemMapping, ResolvedPackage,
Expand Down

0 comments on commit 4be711a

Please sign in to comment.