diff options
author | Erik Johnston <erik@matrix.org> | 2022-09-23 10:43:06 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2022-09-23 10:43:06 +0100 |
commit | c9316f9f767282a99f57739340bb58f6e121710c (patch) | |
tree | 26825da350f6e8a047ac498b0ba89a631052df6e /rust | |
parent | Raise issue if complement fails with latest deps (#13859) (diff) | |
parent | Move warnings up (diff) | |
download | synapse-c9316f9f767282a99f57739340bb58f6e121710c.tar.xz |
Merge branch 'release-v1.68' into develop
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 8dc5f93ff1..44263bf77e 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" |