Skip to content

Commit 5ec1f53

Browse files
committed
Added warning on the struct change.
1 parent 1433490 commit 5ec1f53

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/lib.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,13 @@
294294
//! assert_eq!(result, 3);
295295
//! # Ok(()) }
296296
//! ```
297+
//!
298+
//! ## Breaking Changes
299+
//!
300+
//! In Rust 0.5.0 the semi-internal `ConnectionInfo` struct had to be
301+
//! changed because of the unix socket support. You are generally
302+
//! heavily encouraged to use the URL based configuration format which
303+
//! is a lot more stable than the structs.
297304
298305
#![deny(non_camel_case_types)]
299306

0 commit comments

Comments
 (0)