Skip to content

Commit 0c4dc44

Browse files
dowskiConvex, Inc.
authored andcommitted
Release convex-rs 0.10.1 (#41361)
GitOrigin-RevId: 34b9f54ff8ef2aa53db6f6efb4bf446d6dfc1509
1 parent e41b74f commit 0c4dc44

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/convex/Cargo.oss.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ dependencies = [
165165

166166
[[package]]
167167
name = "convex"
168-
version = "0.10.0"
168+
version = "0.10.1"
169169
dependencies = [
170170
"anyhow",
171171
"async-trait",
@@ -195,7 +195,7 @@ dependencies = [
195195

196196
[[package]]
197197
name = "convex_sync_types"
198-
version = "0.9.0"
198+
version = "0.10.0"
199199
dependencies = [
200200
"anyhow",
201201
"base64 0.13.1",

crates/convex/Cargo.oss.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "convex"
33
description = "Client library for Convex (convex.dev)"
44
authors = [ "Convex, Inc. <no-reply@convex.dev>" ]
5-
version = "0.10.0"
5+
version = "0.10.1"
66
edition = "2021"
77
rust-version = "1.80.1"
88
resolver = "2"
@@ -23,7 +23,7 @@ anyhow = { version = "1" }
2323
async-trait = { version = "0.1" }
2424
base64 = { version = "0.13" }
2525
bytes = { version = "1.6.0" }
26-
convex_sync_types = { path = "./sync_types", version = "=0.9.0" }
26+
convex_sync_types = { path = "./sync_types", version = "=0.10.0" }
2727
futures = { version = "0.3" }
2828
imbl = { version = "5.0.0" }
2929
parking_lot = { optional = true, version = "0.12", features = [ "hardware-lock-elision" ] }
@@ -41,7 +41,7 @@ uuid = { features = [ "serde", "v4" ], version = "1.6" }
4141

4242
[dev-dependencies]
4343
colored = { version = "3" }
44-
convex_sync_types = { path = "./sync_types", version = "=0.9.0", features = [ "testing" ] }
44+
convex_sync_types = { path = "./sync_types", version = "=0.10.0", features = [ "testing" ] }
4545
dotenvy = { version = "0.15.7" }
4646
maplit = { version = "1" }
4747
parking_lot = { version = "0.12", features = [ "hardware-lock-elision" ] }

crates/convex/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "convex"
33
description = "Client library for Convex (convex.dev)"
44
authors = ["Convex, Inc. <no-reply@convex.dev>"]
5-
version = "0.10.0"
5+
version = "0.10.1"
66
edition = "2021"
77
rust-version = "1.80.1"
88
resolver = "2"
@@ -28,7 +28,7 @@ anyhow = { workspace = true }
2828
async-trait = { workspace = true }
2929
base64 = { workspace = true }
3030
bytes = { workspace = true }
31-
convex_sync_types = { path = "./sync_types", version = "=0.9.0" }
31+
convex_sync_types = { path = "./sync_types", version = "=0.10.0" }
3232
futures = { workspace = true }
3333
imbl = { workspace = true }
3434
parking_lot = { workspace = true, optional = true }
@@ -49,7 +49,7 @@ uuid = { workspace = true, features = ["serde", "v4"] }
4949

5050
[dev-dependencies]
5151
colored = { workspace = true }
52-
convex_sync_types = { path = "./sync_types", version = "=0.9.0", features = [
52+
convex_sync_types = { path = "./sync_types", version = "=0.10.0", features = [
5353
"testing",
5454
] }
5555
dotenvy = { workspace = true }

crates/convex/sync_types/Cargo.oss.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ dependencies = [
7979

8080
[[package]]
8181
name = "convex_sync_types"
82-
version = "0.9.0"
82+
version = "0.10.0"
8383
dependencies = [
8484
"anyhow",
8585
"base64 0.13.1",

crates/convex/sync_types/Cargo.oss.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "convex_sync_types"
33
description = "Sync types for the Convex Websocket protocol (convex.dev)"
4-
version = "0.9.0"
4+
version = "0.10.0"
55
authors = [ "Convex, Inc. <no-reply@convex.dev>" ]
66
edition = "2021"
77
rust-version = "1.80.1"

crates/convex/sync_types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "convex_sync_types"
33
description = "Sync types for the Convex Websocket protocol (convex.dev)"
4-
version = "0.9.0"
4+
version = "0.10.0"
55
authors = ["Convex, Inc. <no-reply@convex.dev>"]
66
edition = "2021"
77
rust-version = "1.80.1"

0 commit comments

Comments
 (0)