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.
This commit is contained in:
Erik Johnston
2024-01-22 11:11:52 +00:00
committed by GitHub
parent 3d724364c1
commit 3fefb15fef
4 changed files with 19 additions and 10 deletions

View File

@@ -7,7 +7,7 @@ name = "synapse"
version = "0.1.0"
edition = "2021"
rust-version = "1.61.0"
rust-version = "1.65.0"
[lib]
name = "synapse"