diff options
author | Erik Johnston <erikj@element.io> | 2024-01-22 11:11:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-22 11:11:52 +0000 |
commit | 3fefb15fef29a76419bc15830daf0cd9d7abc0b1 (patch) | |
tree | 5c90c131f5be7ca4b3b0d61c579ff41b928ef6ae /changelog.d | |
parent | Bump types-netaddr from 0.9.0.1 to 0.10.0.20240106 (#16839) (diff) | |
download | synapse-3fefb15fef29a76419bc15830daf0cd9d7abc0b1.tar.xz |
Bump minimum Rust version to 1.65.0 (#16818)
The ecosystem e.g. regex crate, have bumped up their MSRV to 1.65.0, which was released Nov 2022. In line with our policy, let's bump to match.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16818.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16818.misc b/changelog.d/16818.misc new file mode 100644 index 0000000000..0a5ed6dccb --- /dev/null +++ b/changelog.d/16818.misc @@ -0,0 +1 @@ +Bump minimum supported Rust version to 1.61.0. |