diff --git a/Cargo.toml b/Cargo.toml index f93fbb7..c4e373f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,7 @@ version = "1.2.1" license = "MIT/Apache-2.0" authors = ["Aaron Power ", "Paul Woolcock ", "D. Scott Boggs "] edition = "2021" +rust-version = "1.65" [package] name = "mastodon-async" @@ -24,6 +25,7 @@ version.workspace = true license.workspace = true authors.workspace = true edition.workspace = true +rust-version.workspace = true [package.metadata.docs.rs] features = ["all"] diff --git a/entities/Cargo.toml b/entities/Cargo.toml index 9cc82c4..714f3e0 100644 --- a/entities/Cargo.toml +++ b/entities/Cargo.toml @@ -6,6 +6,7 @@ version.workspace = true license.workspace = true authors.workspace = true edition.workspace = true +rust-version.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html