From ba97b39881e296f4775b8f6dd18edb98a3dc733f Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Mon, 12 Jun 2023 14:27:11 +0100 Subject: Bump minimum supported Rust version (#15768) Important crates such as `log` and `regex` have bumped theirs to 1.60.0 as well. --- changelog.d/15768.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/15768.misc (limited to 'changelog.d/15768.misc') diff --git a/changelog.d/15768.misc b/changelog.d/15768.misc new file mode 100644 index 0000000000..bc4b86323c --- /dev/null +++ b/changelog.d/15768.misc @@ -0,0 +1 @@ +Bump minimum supported Rust version to 1.60.0. -- cgit 1.5.1