Skip to content

Commit 6e1ee22

Browse files
committed
Bumped crate version
1 parent 4bffe3d commit 6e1ee22

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

rust/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "render_cdk"
3-
version = "0.0.3"
3+
version = "0.0.4"
44
edition = "2021"
55
authors = ["Irfan Ghat"]
66
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."

rust/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Add `render_cdk` to your `Cargo.toml`:
2424

2525
```toml
2626
[dependencies]
27-
render_cdk = "0.0.1"
27+
render_cdk = "0.0.4"
2828
```
2929

3030
### Usage

0 commit comments

Comments
 (0)