diff --git a/Cargo.lock b/Cargo.lock index bc0d30e..a27c542 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -102,7 +102,7 @@ checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e" [[package]] name = "hdrcopier" -version = "0.2.2" +version = "0.2.3" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index d5fabfd..418f341 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hdrcopier" -version = "0.2.2" +version = "0.2.3" edition = "2021" rust-version = "1.56" authors = ["Joshua Holmer "]