summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorD. Scott Boggs <scott@tams.tech>2022-12-23 12:14:45 -0500
committerD. Scott Boggs <scott@tams.tech>2022-12-23 12:18:03 -0500
commitca7777c2f835b6437a891d6bf821b490df7678c8 (patch)
treeaf7c1e26db11bfb8aa3c9b962d22e9d92ba0bacc
parented497d96d46fb680de23413175ee92d139fdca66 (diff)
Update version in READMEfix/examples
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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"]
```