diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 980a3ea..2b430d0 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -805,7 +805,7 @@ dependencies = [ [[package]] name = "render_cdk" -version = "0.0.4" +version = "0.0.5" dependencies = [ "anyhow", "base64", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index c1c853d..3cae6a0 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "render_cdk" -version = "0.0.4" +version = "0.0.5" edition = "2021" authors = ["Irfan Ghat"] description = "This crate provides a streamlined interface for interacting with Render, a platform that allows you to build, deploy, and scale your apps with ease."