diff options
author | Quentin Gliech <quenting@element.io> | 2024-04-17 15:44:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-17 15:44:40 +0200 |
commit | 28f5ad07d37a9f82c896fa1722d8c47980adc89e (patch) | |
tree | 5b3316c720e84b2cc9dd0f5a3149bacf889e0a80 /rust | |
parent | Parse Integer negative value validation (#16920) (diff) | |
download | synapse-28f5ad07d37a9f82c896fa1722d8c47980adc89e.tar.xz |
Bump minimum required Rust version to 1.66.0 (#17079)
Diffstat (limited to 'rust')
-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 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" |