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 @@ -9,7 +9,7 @@ save_registry: &SAVE_REGISTRY
99 - /usr/local/cargo/registry/index
1010
1111deps_key : &DEPS_KEY
12- key : deps-1.39 .0-{{ checksum "Cargo.lock" }}-2
12+ key : deps-1.40 .0-{{ checksum "Cargo.lock" }}-2
1313
1414restore_deps : &RESTORE_DEPS
1515 restore_cache :
@@ -26,7 +26,7 @@ version: 2
2626jobs :
2727 build :
2828 docker :
29- - image : rust:1.39 .0
29+ - image : rust:1.40 .0
3030 - image : postgres:12
3131 environment :
3232 POSTGRES_PASSWORD : password
Original file line number Diff line number Diff line change 11//! Postgres support for the `r2d2` connection pool.
2- #![ doc( html_root_url = "https://docs.rs/r2d2_postgres/0.17 " ) ]
2+ #![ doc( html_root_url = "https://docs.rs/r2d2_postgres/0.16 " ) ]
33#![ warn( missing_docs) ]
44pub use postgres;
55pub use r2d2;
You can’t perform that action at this time.
0 commit comments