1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2024-07-04 19:28:34 +02:00

Raise minimum supported Rust version to 1.56

This commit is contained in:
Jonas Platte 2022-01-20 12:29:52 +01:00
parent 5afb27a5a9
commit ff5fec9e74
No known key found for this signature in database
GPG key ID: CC154DE0E30B7C67

View file

@ -7,7 +7,8 @@ homepage = "https://conduit.rs"
repository = "https://gitlab.com/famedly/conduit"
readme = "README.md"
version = "0.2.0"
edition = "2018"
rust-version = "1.56"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html