File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## v0.19.3 - 2022-04-30
4
+
5
+ ### Added
6
+
7
+ * Added support for ` uuid ` 1.0 via the ` with-uuid-1 ` feature.
8
+
3
9
## v0.19.2 - 2021-09-29
4
10
5
11
### Added
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " postgres"
3
- version = " 0.19.2 "
3
+ version = " 0.19.3 "
4
4
authors = [" Steven Fackler <sfackler@gmail.com>" ]
5
5
edition = " 2018"
6
6
license = " MIT/Apache-2.0"
@@ -38,7 +38,7 @@ with-time-0_3 = ["tokio-postgres/with-time-0_3"]
38
38
bytes = " 1.0"
39
39
fallible-iterator = " 0.2"
40
40
futures = " 0.3"
41
- tokio-postgres = { version = " 0.7.2 " , path = " ../tokio-postgres" }
41
+ tokio-postgres = { version = " 0.7.6 " , path = " ../tokio-postgres" }
42
42
43
43
tokio = { version = " 1.0" , features = [" rt" , " time" ] }
44
44
log = " 0.4"
You can’t perform that action at this time.
0 commit comments