Merge pull request #98 from joshka/msrv

build: set the rust msrv to 1.65
This commit is contained in:
Scott Boggs 2023-04-22 06:33:33 -04:00 committed by GitHub
commit 321f332723
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -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"]

View File

@ -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