chore(deps): update rust crate progenitor to 0.11.0
All checks were successful
Checking Renovate configuration / validate (pull_request) Successful in 1m37s
Build and test / Tests (pull_request) Successful in 1m52s
Build and test / Clippy (pull_request) Successful in 1m52s
Checking yaml / Run yamllint (pull_request) Successful in 3s
Build and test / Build AMD64 (pull_request) Successful in 1m53s
Build and test / Generate Documentation (pull_request) Successful in 1m53s
All checks were successful
Checking Renovate configuration / validate (pull_request) Successful in 1m37s
Build and test / Tests (pull_request) Successful in 1m52s
Build and test / Clippy (pull_request) Successful in 1m52s
Checking yaml / Run yamllint (pull_request) Successful in 3s
Build and test / Build AMD64 (pull_request) Successful in 1m53s
Build and test / Generate Documentation (pull_request) Successful in 1m53s
This commit is contained in:
parent
7ddc1ef26d
commit
47c039cc71
6 changed files with 54 additions and 56 deletions
|
@ -50,7 +50,7 @@ pub async fn auto_create_albums(ctx: Context, separator: String) -> Result<()> {
|
|||
.cloned()
|
||||
.collect();
|
||||
|
||||
info!("Creating missing albums: {:?}", missing_albums);
|
||||
info!("Creating missing albums: {missing_albums:?}");
|
||||
|
||||
for missing_album in &missing_albums {
|
||||
let assets = sorted_assets
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue