diff --git a/postgres/src/client.rs b/postgres/src/client.rs index 93d54da..880523d 100644 --- a/postgres/src/client.rs +++ b/postgres/src/client.rs @@ -25,7 +25,7 @@ impl Client { } #[cfg(feature = "runtime")] - pub fn builder() -> Config { + pub fn configure() -> Config { Config::new() }