From 8062dfb7b4b974798bd8b957e01bb5143e4acc09 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Sun, 6 Sep 2020 19:27:58 +0200 Subject: Bump the MSRV to 1.40.0 In a previous commit, we used the non_exhaustive attribute to mark some enums as non-exhaustive. This attribute was stabilized in Rust version 1.40.0, so we have to increase our minimum supported Rust version. --- .builds/archlinux-msrv.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.builds') diff --git a/.builds/archlinux-msrv.yml b/.builds/archlinux-msrv.yml index 66c0390..b98a5dc 100644 --- a/.builds/archlinux-msrv.yml +++ b/.builds/archlinux-msrv.yml @@ -11,7 +11,7 @@ sources: tasks: - setup: | rustup set profile minimal - rustup default 1.34.2 + rustup default 1.40.0 - version: | rustc -V - build: | -- cgit v1.2.1