diff options
author | Eric Eastwood <erice@element.io> | 2022-09-26 15:04:08 -0500 |
---|---|---|
committer | Eric Eastwood <erice@element.io> | 2022-09-26 15:04:08 -0500 |
commit | e4b9898dec6eb98accf5e2581e009dc140d387b9 (patch) | |
tree | 0150b0cc9bae47049c3cbdd154417a6f5e1cad1c /rust | |
parent | Merge branch 'develop' into madlittlemods/11850-migrate-to-opentelemetry (diff) | |
parent | Improve tests for get_unread_push_actions_for_user_in_range_*. (#13893) (diff) | |
download | synapse-e4b9898dec6eb98accf5e2581e009dc140d387b9.tar.xz |
Merge branch 'develop' into madlittlemods/11850-migrate-to-opentelemetry
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" |