select + drawer fix + explicit hash

This commit is contained in:
Ruben Fiszel
2023-07-05 10:01:00 +02:00
parent 6e0a73fc60
commit acd6a019c3
12 changed files with 211 additions and 18 deletions

View File

@@ -103,7 +103,7 @@ pub async fn pip_compile(
.fetch_optional(db)
.await?
{
logs.push_str(&format!("\nfound cached resolution:\n{cached}"));
logs.push_str(&format!("\nfound cached resolution: {req_hash}"));
return Ok(cached);
}
let file = "requirements.in";