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+ ## v0.19.2 - 2021-09-29
4+
5+ ### Added
6+
7+ * Added ` SimpleQueryRow::columns ` .
8+ * Added support for ` eui48 ` 1.0 via the ` with-eui48-1 ` feature.
9+ * Added ` FromSql ` and ` ToSql ` implementations for arrays via the ` array-impls ` feature.
10+ * Added support for ` time ` 0.3 via the ` with-time-0_3 ` feature.
11+
312## v0.19.1 - 2021-04-03
413
514### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " postgres"
3- version = " 0.19.1 "
3+ version = " 0.19.2 "
44authors = [" Steven Fackler <sfackler@gmail.com>" ]
55edition = " 2018"
66license = " MIT/Apache-2.0"
@@ -37,7 +37,7 @@ with-time-0_3 = ["tokio-postgres/with-time-0_3"]
3737bytes = " 1.0"
3838fallible-iterator = " 0.2"
3939futures = " 0.3"
40- tokio-postgres = { version = " 0.7.1 " , path = " ../tokio-postgres" }
40+ tokio-postgres = { version = " 0.7.2 " , path = " ../tokio-postgres" }
4141
4242tokio = { version = " 1.0" , features = [" rt" , " time" ] }
4343log = " 0.4"
Original file line number Diff line number Diff line change 11# Change Log
22
3- ## v0.7.2 - 2021-09-29
3+ ## v0.7.3 - 2021-09-29
44
55### Fixed
66
You can’t perform that action at this time.
0 commit comments