summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNyaaori <+@nyaaori.cat>2022-11-21 09:39:17 +0100
committerNyaaori <+@nyaaori.cat>2022-11-21 20:50:30 +0100
commit6786c44f4df96e7505b68c165b6a275b556f7ab6 (patch)
treef5344d1dd02a269ce792eb0215b1c0c80c3ccaee /Cargo.toml
parentcf993160828fe3041e2a179b24812cc105915630 (diff)
downloadconduit-6786c44f4df96e7505b68c165b6a275b556f7ab6.zip
chore: Fix MSRV
Ruma requires Rust 1.64
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 588b443..ae51945 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ homepage = "https://conduit.rs"
repository = "https://gitlab.com/famedly/conduit"
readme = "README.md"
version = "0.4.0-next"
-rust-version = "1.63"
+rust-version = "1.64"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html