Skip to content

Commit

Permalink
chore: update Cargo.lock, run cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Jan 23, 2024
1 parent f291dfb commit b569107
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 1 deletion.
88 changes: 88 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion rocks-lib/src/rocks/download.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,9 @@ pub async fn download(
&rock,
)?;

Ok(DownloadedRock { name: rock_name.clone(), version: rock_version.clone(), path: full_rock_name.into(), })
Ok(DownloadedRock {
name: rock_name.clone(),
version: rock_version.clone(),
path: full_rock_name.into(),
})
}

0 comments on commit b569107

Please sign in to comment.