summary refs log tree commit diff
path: root/rust
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2022-09-21 10:42:03 +0100
committerGitHub <noreply@github.com>2022-09-21 09:42:03 +0000
commitb7508b1538058054465ac882f160424d7a403f66 (patch)
tree2764d2cfd53d57d04c782d84ed6930aace794259 /rust
parentTweak changelog (diff)
downloadsynapse-b7508b1538058054465ac882f160424d7a403f66.tar.xz
Lower minimum rustc version to 1.58.1 (#13857)
Diffstat (limited to 'rust')
-rw-r--r--rust/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index deddf3cec2..657f78c0b1 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.58.1"
 
 [lib]
 name = "synapse"