Bump minimum supported Rust version (#15768)

Important crates such as `log` and `regex` have bumped theirs to 1.60.0
as well.
This commit is contained in:
Erik Johnston
2023-06-12 14:27:11 +01:00
committed by GitHub
parent 0b104364f9
commit ba97b39881
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.58.1"
rust-version = "1.60.0"
[lib]
name = "synapse"