Skip to content

Commit

Permalink
Merge pull request #232 from cornucopia-rs/release-async-client
Browse files Browse the repository at this point in the history
Release async client
  • Loading branch information
LouisGariepy authored Jan 3, 2024
2 parents 22df44e + ebf80af commit d1229ae
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/client_async/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cornucopia_async"
version = "0.4.0"
version = "0.6.0"
edition = "2021"
license = "MIT/Apache-2.0"
description = "Asynchronous client library for Cornucopia users."
Expand Down Expand Up @@ -28,4 +28,4 @@ async-trait = "0.1.63"
tokio-postgres = "0.7.7"

# connection pooling
deadpool-postgres = { version = "0.11.0", optional = true }
deadpool-postgres = { version = "0.12.1", optional = true }
2 changes: 1 addition & 1 deletion examples/auto_build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ futures = "0.3.25"
tokio-postgres = "0.7.7"
postgres-types = "0.2.4"
## Connection pooling
deadpool-postgres = "0.11.0"
deadpool-postgres = "0.12.1"

[build-dependencies]
# Cornucopia library to automatically
Expand Down
2 changes: 1 addition & 1 deletion examples/basic_async/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ futures = "0.3.25"
tokio-postgres = "0.7.7"
postgres-types = { version = "0.2.4", features = ["derive"] }
## Connection pooling
deadpool-postgres = "0.11.0"
deadpool-postgres = "0.12.1"

0 comments on commit d1229ae

Please sign in to comment.