diff --git a/Cargo.lock b/Cargo.lock index 5d26f6a..1023429 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -256,7 +256,7 @@ dependencies = [ [[package]] name = "thumbor" -version = "0.1.8" +version = "0.1.9" dependencies = [ "base64ct", "bon", diff --git a/Cargo.toml b/Cargo.toml index ee4cabf..7ab52c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "thumbor" description = "A Rust client for the Thumbor image service" -version = "0.1.8" +version = "0.1.9" repository = "https://github.com/SteelAlloy/thumbor-rs" documentation = "https://docs.rs/thumbor" readme = "README.md"