Skip to content

Commit

Permalink
Add missing re-export of LoadBalanceHosts
Browse files Browse the repository at this point in the history
This fixes #375
  • Loading branch information
bikeshedder committed Dec 18, 2024
1 parent ac5d03d commit 2aed3a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Add missing re-export of `LoadBalanceHosts`

## [0.14.0] - 2024-06-04

- Add back `async_trait` to the `GenericClient` trait.
Expand Down
2 changes: 1 addition & 1 deletion postgres/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ use tokio_postgres::{
pub use tokio_postgres;

pub use self::config::{
ChannelBinding, Config, ConfigError, ManagerConfig, RecyclingMethod, SslMode,
ChannelBinding, Config, ConfigError, LoadBalanceHosts, ManagerConfig, RecyclingMethod, SslMode,
TargetSessionAttrs,
};

Expand Down

0 comments on commit 2aed3a4

Please sign in to comment.