aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml4
-rw-r--r--rust/README.md4
2 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a02e5c06..8d2293fe 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,6 @@
unified_test:
- image: "rust:1.26-stretch"
+ image: "rust:1.30-stretch"
variables:
LC_ALL: "C.UTF-8"
LANG: "C.UTF-8"
@@ -10,7 +10,7 @@ unified_test:
DATABASE_URL: "postgres://fatcat_user:fatcat_pw@postgres/fatcat_test"
TEST_DATABASE_URL: "postgres://fatcat_user:fatcat_pw@postgres/fatcat_test"
services:
- - "postgres:9.6"
+ - "postgres:11"
before_script:
- cargo install diesel_cli --version 1.3.1
- apt update -qy
diff --git a/rust/README.md b/rust/README.md
index a2d58739..2bf86d3c 100644
--- a/rust/README.md
+++ b/rust/README.md
@@ -3,9 +3,9 @@ Rust implementation of fatcat API server (`fatcatd`).
## Development
-- rust stable, 1.26+ (eg, via "rustup", includes cargo tool)
+- rust stable, 1.29+ (eg, via "rustup", includes cargo tool)
- diesel (`cargo install diesel_cli`)
-- postgres (9.6+; targetting 10.3 for production)
+- postgres (9.6+; targetting 11.1 for production)
- postgres libs (debian: `sudo apt install libsqlite3-dev libpq-dev`)
Create a new postgres superuser. A regular postgres user and an existing