aboutsummaryrefslogtreecommitdiffstats
path: root/rust/README.md
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-11-13 19:46:06 -0800
committerBryan Newbold <bnewbold@robocracy.org>2018-11-13 19:46:46 -0800
commit6273d1d1b63d228958ec78ffea97324c55d5f6a2 (patch)
tree7fcea5b8595694dded479634fcaadf2ac04b5246 /rust/README.md
parentc1645a0f04066c70f9698483007c1afc157fc2df (diff)
downloadfatcat-6273d1d1b63d228958ec78ffea97324c55d5f6a2.tar.gz
fatcat-6273d1d1b63d228958ec78ffea97324c55d5f6a2.zip
bump rust and postgres versions
Diffstat (limited to 'rust/README.md')
-rw-r--r--rust/README.md4
1 files changed, 2 insertions, 2 deletions
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