File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " bb8"
3- version = " 0.4.0-pre "
3+ version = " 0.4.0"
44authors = [" Kyle Huey <khuey@kylehuey.com>" , " Dirkjan Ochtman <dirkjan@ochtman.nl>" ]
55description = " r2d2, but for async tokio based connections"
66license = " MIT"
Original file line number Diff line number Diff line change 11[package ]
22name = " bb8-postgres"
3- version = " 0.4.0-pre "
3+ version = " 0.4.0"
44authors = [" Kyle Huey <khuey@kylehuey.com>" ]
55description = " r2d2-postgres, but for async tokio based connections"
66license = " MIT"
@@ -17,7 +17,7 @@ edition = "2018"
1717
1818[dependencies ]
1919async-trait = " 0.1"
20- bb8 = { path = " ../bb8" }
20+ bb8 = { version = " 0.4.0 " , path = " ../bb8" }
2121futures = " 0.3"
2222tokio = { version = " 0.2" , features = [" rt-core" ] }
2323tokio-postgres = " 0.5.1"
Original file line number Diff line number Diff line change 11[package ]
22name = " bb8-redis"
3- version = " 0.4.0-pre "
3+ version = " 0.4.0"
44authors = [" Daniel Smith <smith.daniel.br@gmail.com>" , " Kyle Huey <khuey@kylehuey.com>" ]
55description = " r2d2-redis, but for async tokio based connections"
66license = " MIT"
@@ -9,6 +9,6 @@ edition = "2018"
99
1010[dependencies ]
1111async-trait = " 0.1"
12- bb8 = { path = " ../bb8" }
12+ bb8 = { version = " 0.4.0 " , path = " ../bb8" }
1313futures = " 0.3"
1414redis = " 0.15"
You can’t perform that action at this time.
0 commit comments