summary refs log tree commit diff
path: root/rust
diff options
context:
space:
mode:
authorQuentin Gliech <quenting@element.io>2024-04-17 15:44:40 +0200
committerGitHub <noreply@github.com>2024-04-17 15:44:40 +0200
commit28f5ad07d37a9f82c896fa1722d8c47980adc89e (patch)
tree5b3316c720e84b2cc9dd0f5a3149bacf889e0a80 /rust
parentParse Integer negative value validation (#16920) (diff)
downloadsynapse-28f5ad07d37a9f82c896fa1722d8c47980adc89e.tar.xz
Bump minimum required Rust version to 1.66.0 (#17079)
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 d89def1843..ba293f8d4f 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -7,7 +7,7 @@ name = "synapse"
 version = "0.1.0"
 
 edition = "2021"
-rust-version = "1.65.0"
+rust-version = "1.66.0"
 
 [lib]
 name = "synapse"