From ca7777c2f835b6437a891d6bf821b490df7678c8 Mon Sep 17 00:00:00 2001 From: "D. Scott Boggs" Date: Fri, 23 Dec 2022 12:14:45 -0500 Subject: [PATCH] Update version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3377555..8384613 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ In your `Cargo.toml`, make sure you enable the `toml` feature: ```toml [dependencies.mastodon-async] -version = "0.22" +version = "1.0" features = ["toml"] ```