Compare commits

..

2 commits

Author SHA1 Message Date
9ad599a2b4
feat: list assets per album
All checks were successful
Build and test / Build AMD64 (pull_request) Successful in 1m16s
Build and test / Tests (pull_request) Successful in 1m25s
Checking Renovate configuration / validate (pull_request) Successful in 1m55s
Checking yaml / Run yamllint (pull_request) Successful in 36s
Build and test / Clippy (pull_request) Successful in 31s
Build and test / Generate Documentation (pull_request) Successful in 55s
2025-08-13 14:47:33 +10:00
07907b2ce2
chore: allow renamed_and_removed_lints until progenitor is updated
All checks were successful
Build and test / Build AMD64 (pull_request) Successful in 1m23s
Build and test / Tests (pull_request) Successful in 1m29s
Checking yaml / Run yamllint (pull_request) Successful in 6s
Checking Renovate configuration / validate (pull_request) Successful in 1m58s
Build and test / Generate Documentation (pull_request) Successful in 1m13s
Build and test / Clippy (pull_request) Successful in 4m25s
2025-08-13 14:41:10 +10:00

View file

@ -1,3 +1,4 @@
#![allow(renamed_and_removed_lints)] // https://github.com/oxidecomputer/progenitor/issues/1169
include!(concat!(env!("OUT_DIR"), "/client.rs"));
#[cfg(test)]