summary refs log tree commit diff
path: root/rust/Cargo.toml
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2023-06-12 14:27:11 +0100
committerGitHub <noreply@github.com>2023-06-12 13:27:11 +0000
commitba97b39881e296f4775b8f6dd18edb98a3dc733f (patch)
treec805f476c1f1436611623533d18a0fcca9705bc5 /rust/Cargo.toml
parentBump pyo3-log from 0.8.1 to 0.8.2 (#15759) (diff)
downloadsynapse-ba97b39881e296f4775b8f6dd18edb98a3dc733f.tar.xz
Bump minimum supported Rust version (#15768)
Important crates such as `log` and `regex` have bumped theirs to 1.60.0
as well.
Diffstat (limited to '')
-rw-r--r--rust/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index 533a8cc677..3ead01c052 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -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"