We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e2d8db commit ee430a7Copy full SHA for ee430a7
2 files changed
.circleci/config.yml
@@ -9,7 +9,7 @@ save_registry: &SAVE_REGISTRY
9
- /usr/local/cargo/registry/index
10
11
deps_key: &DEPS_KEY
12
- key: deps-1.39.0-{{ checksum "Cargo.lock" }}-2
+ key: deps-1.40.0-{{ checksum "Cargo.lock" }}-2
13
14
restore_deps: &RESTORE_DEPS
15
restore_cache:
@@ -26,7 +26,7 @@ version: 2
26
jobs:
27
build:
28
docker:
29
- - image: rust:1.39.0
+ - image: rust:1.40.0
30
- image: postgres:12
31
environment:
32
POSTGRES_PASSWORD: password
src/lib.rs
@@ -1,5 +1,5 @@
1
//! Postgres support for the `r2d2` connection pool.
2
-#![doc(html_root_url = "https://docs.rs/r2d2_postgres/0.17")]
+#![doc(html_root_url = "https://docs.rs/r2d2_postgres/0.16")]
3
#![warn(missing_docs)]
4
pub use postgres;
5
pub use r2d2;
0 commit comments