summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh McKinney <joshka@users.noreply.github.com>2023-04-14 16:20:58 -0700
committerJosh McKinney <joshka@users.noreply.github.com>2023-04-14 16:21:35 -0700
commit1e8d7f39672cf332202d4c8408801e61f46e97c9 (patch)
treedc338a7a92d21ed503ca97024087f70bf94733b1
parent782ae82fb500fd1cdc96bf5a5293969e2810c922 (diff)
build: set the rust msrv to 1.65
necessary due to the use of workspace.package to handle inherited props
-rw-r--r--Cargo.toml2
-rw-r--r--entities/Cargo.toml1
2 files changed, 3 insertions, 0 deletions
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 <theaaronepower@gmail.com>", "Paul Woolcock <paul@woolcock.us>", "D. Scott Boggs <scott@tams.tech>"]
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