Skip to content

Commit cedf57e

Browse files
committed
chore: bump versions
1 parent a7646fc commit cedf57e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

typesense/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "typesense"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Typesense <[email protected]>"]
55
edition = "2018"
66
license = "Apache-2.0"
@@ -24,7 +24,7 @@ hmac = "0.12"
2424
serde = { version = "1", features = ["derive"] }
2525
serde_json = "1.0"
2626
sha2 = "0.10"
27-
typesense_derive = { version = "0.1.0", path = "../typesense_derive", optional = true }
27+
typesense_derive = { version = "0.2.0", path = "../typesense_derive", optional = true }
2828
typesense_codegen = { version = "0.25.0", path = "../typesense_codegen" }
2929

3030
[dev-dependencies]

typesense_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "typesense_derive"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Typesense <[email protected]>"]
55
edition = "2018"
66
description = "macros for typesense client"

0 commit comments

Comments
 (0)