Update to rust 2021

Fix tests
This commit is contained in:
Cameron
2024-12-05 20:27:01 -05:00
parent 9c2cd2566f
commit 18ba5796b0
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
name = "image-api"
version = "0.1.0"
authors = ["Cameron Cordes <cameronc.dev@gmail.com>"]
edition = "2018"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@@ -396,7 +396,7 @@ mod tests {
}
fn move_file<P: AsRef<Path>>(&self, from: P, destination: P) -> anyhow::Result<()> {
todo!()
}
}