summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorD. Scott Boggs <scott@tams.tech>2023-10-02 08:00:42 -0400
committerD. Scott Boggs <scott@tams.tech>2023-10-02 08:00:42 -0400
commitea1e292f295b2fe53b74e764672750267982fa42 (patch)
treef97782f527995b4e25a0e72c45cb45be59ce5678
parentb0b620fe52c31f890fcd32da169cb42612b58d64 (diff)
Bump Rust version to 1.67 for dependency "time"bump-rust-version
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index dd914d5..0296ff1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,7 @@ version = "1.2.2"
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"
+rust-version = "1.67"
[package]
name = "mastodon-async"