From a9d290b01686e3a29e16197b23e64dc512637f6c Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 26 Aug 2019 13:34:19 +0200 Subject: update required rust to 1.34+ Will most likely bump to 1.39 or whatever async/await lands in later this year, but for now requiring at least the version debian buster (current stable) ships with. --- rust/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/README.md') diff --git a/rust/README.md b/rust/README.md index cba926dc..fbac3bc3 100644 --- a/rust/README.md +++ b/rust/README.md @@ -18,7 +18,7 @@ The SQL database schema (and migrations) are under `./migrations/`. You need the following dependencies installed locally to build, run tests, and do development work: -- rust stable, 2018 edition, 1.32+ (eg, via "rustup", includes cargo tool) +- rust stable, 2018 edition, 1.34+ (eg, via "rustup", includes cargo tool) - diesel (`cargo install diesel_cli`) - postgres (compatible with 9.6+; run 11.x in production) - postgres libs (debian/ubuntu: `libsqlite3-dev libpq-dev`) -- cgit v1.2.3