Skip to content

Commit ee430a7

Browse files
committed
fix ci
1 parent 0e2d8db commit ee430a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ save_registry: &SAVE_REGISTRY
99
- /usr/local/cargo/registry/index
1010

1111
deps_key: &DEPS_KEY
12-
key: deps-1.39.0-{{ checksum "Cargo.lock" }}-2
12+
key: deps-1.40.0-{{ checksum "Cargo.lock" }}-2
1313

1414
restore_deps: &RESTORE_DEPS
1515
restore_cache:
@@ -26,7 +26,7 @@ version: 2
2626
jobs:
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

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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)]
44
pub use postgres;
55
pub use r2d2;

0 commit comments

Comments
 (0)