Skip to content

Commit

Permalink
fixes #158 (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf4ood committed Feb 27, 2023
1 parent 629b72c commit 7b6a174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gremlin-client/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ mod message;
mod pool;

pub use client::GremlinClient;
pub use connection::{ConnectionOptions, TlsOptions};
pub use connection::{ConnectionOptions, ConnectionOptionsBuilder, TlsOptions};
pub use conversion::{BorrowFromGValue, FromGValue, ToGValue};
pub use error::GremlinError;
pub use io::GraphSON;
Expand Down

0 comments on commit 7b6a174

Please sign in to comment.