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 /rust/Cargo.toml | |
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 '')
-rw-r--r-- | rust/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml index cf70a879f6..d89def1843 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -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" |