Skip to content

Commit 9645cda

Browse files
committed
v0.1.1
1 parent 78f5e4a commit 9645cda

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "convex-typegen"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Type safe bindings for ConvexDB in Rust"
55
authors = ["Jamal Lyons"]
66
license = "MIT"

examples/basic/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ A blazing fast Rust type generator for [ConvexDB](https://www.convex.dev) schema
2626

2727
```toml
2828
[dependencies]
29-
convex-typegen = "0.1.0"
29+
convex-typegen = "0.1.1"
3030

3131
[build-dependencies]
32-
convex-typegen = "0.1.0"
32+
convex-typegen = "0.1.1"
3333
```
3434

3535
2. Add the following to your `build.rs` file:

0 commit comments

Comments
 (0)