Skip to content

Commit

Permalink
add todo message
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred Bittencourt committed Jul 8, 2024
1 parent 44b51a7 commit 3b37247
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/resolver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ impl DependencyGraph {
})?;

let package = registry
// fetch the version using manifest directly. This works now
// because buffrs only supports pinned versions
// TODO(#205): This works now because buffrs only supports pinned versions.
// This logic has to change once we implement dynamic version resolution.
.download(dependency.clone())
.await
.wrap_err(DownloadError {
Expand Down

0 comments on commit 3b37247

Please sign in to comment.