From e14f59954351f4c558d9a50cb8edc92e231d300e Mon Sep 17 00:00:00 2001 From: lexara-prime-ai Date: Sun, 14 Jul 2024 19:43:56 +0000 Subject: [PATCH] Bumped crate version. --- rust/Cargo.lock | 2 +- rust/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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."