diff options
author | Erik Johnston <erik@matrix.org> | 2023-06-12 14:27:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-12 13:27:11 +0000 |
commit | ba97b39881e296f4775b8f6dd18edb98a3dc733f (patch) | |
tree | c805f476c1f1436611623533d18a0fcca9705bc5 /rust | |
parent | Bump pyo3-log from 0.8.1 to 0.8.2 (#15759) (diff) | |
download | synapse-ba97b39881e296f4775b8f6dd18edb98a3dc733f.tar.xz |
Bump minimum supported Rust version (#15768)
Important crates such as `log` and `regex` have bumped theirs to 1.60.0 as well.
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 533a8cc677..3ead01c052 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -7,7 +7,7 @@ name = "synapse" version = "0.1.0" edition = "2021" -rust-version = "1.58.1" +rust-version = "1.60.0" [lib] name = "synapse" |