File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " bb8"
3- version = " 0.5 .0"
3+ version = " 0.6 .0"
44authors = [" Dirkjan Ochtman <dirkjan@ochtman.nl>" , " Kyle Huey <khuey@kylehuey.com>" ]
55description = " Full-featured async (tokio-based) connection pool (like r2d2)"
66license = " MIT"
Original file line number Diff line number Diff line change 11[package ]
22name = " bb8-postgres"
3- version = " 0.5 .0"
3+ version = " 0.6 .0"
44authors = [" Dirkjan Ochtman <dirkjan@ochtman.nl>" , " Kyle Huey <khuey@kylehuey.com>" ]
55description = " Full-featured async (tokio-based) postgres connection pool (like r2d2)"
66license = " MIT"
@@ -17,7 +17,7 @@ edition = "2018"
1717
1818[dependencies ]
1919async-trait = " 0.1"
20- bb8 = { version = " 0.5 .0" , path = " ../bb8" }
20+ bb8 = { version = " 0.6 .0" , path = " ../bb8" }
2121tokio = { version = " 0.3.3" , features = [" rt" ] }
2222tokio-postgres = " 0.6"
2323
You can’t perform that action at this time.
0 commit comments