File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
22
3- ## Unreleased
3+ ## v0.2.1 - 2021-04-03
44
55### Added
66
77* Added support for ` geo-types ` 0.7 via ` with-geo-types-0_7 ` feature.
8+ * Added the ` PgLsn ` type, corresponding to ` PG_LSN ` .
89
910## v0.2.0 - 2020-12-25
1011
Original file line number Diff line number Diff line change 11[package ]
22name = " postgres-types"
3- version = " 0.2.0 "
3+ version = " 0.2.1 "
44authors = [" Steven Fackler <sfackler@gmail.com>" ]
55edition = " 2018"
66license = " MIT/Apache-2.0"
@@ -24,7 +24,7 @@ with-time-0_2 = ["time-02"]
2424[dependencies ]
2525bytes = " 1.0"
2626fallible-iterator = " 0.2"
27- postgres-protocol = { version = " 0.6.0 " , path = " ../postgres-protocol" }
27+ postgres-protocol = { version = " 0.6.1 " , path = " ../postgres-protocol" }
2828postgres-derive = { version = " 0.4.0" , optional = true , path = " ../postgres-derive" }
2929
3030bit-vec-06 = { version = " 0.6" , package = " bit-vec" , optional = true }
Original file line number Diff line number Diff line change 105105//! Happy,
106106//! }
107107//! ```
108- #![ doc( html_root_url = "https://docs.rs/postgres-types/0.1 " ) ]
108+ #![ doc( html_root_url = "https://docs.rs/postgres-types/0.2 " ) ]
109109#![ warn( clippy:: all, rust_2018_idioms, missing_docs) ]
110110
111111use fallible_iterator:: FallibleIterator ;
You can’t perform that action at this time.
0 commit comments