Skip to content

Commit d1229ae

Browse files
authored
Merge pull request #232 from cornucopia-rs/release-async-client
Release async client
2 parents 22df44e + ebf80af commit d1229ae

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Cargo.lock

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

crates/client_async/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cornucopia_async"
3-
version = "0.4.0"
3+
version = "0.6.0"
44
edition = "2021"
55
license = "MIT/Apache-2.0"
66
description = "Asynchronous client library for Cornucopia users."
@@ -28,4 +28,4 @@ async-trait = "0.1.63"
2828
tokio-postgres = "0.7.7"
2929

3030
# connection pooling
31-
deadpool-postgres = { version = "0.11.0", optional = true }
31+
deadpool-postgres = { version = "0.12.1", optional = true }

examples/auto_build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ futures = "0.3.25"
1919
tokio-postgres = "0.7.7"
2020
postgres-types = "0.2.4"
2121
## Connection pooling
22-
deadpool-postgres = "0.11.0"
22+
deadpool-postgres = "0.12.1"
2323

2424
[build-dependencies]
2525
# Cornucopia library to automatically

examples/basic_async/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ futures = "0.3.25"
1717
tokio-postgres = "0.7.7"
1818
postgres-types = { version = "0.2.4", features = ["derive"] }
1919
## Connection pooling
20-
deadpool-postgres = "0.11.0"
20+
deadpool-postgres = "0.12.1"

0 commit comments

Comments
 (0)